systemd-tmpfiles

Create, delete and clean up volatile and temporary files and directories. This command is automatically invoked on boot by systemd services, and running it manually is usually not needed. More information: <https://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y systemd
Ubuntu
RUN apt-get update && \ apt-get install -y systemd
Arch Arch Linux
RUN pacman -S --noconfirm systemd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y systemd
CentOS
RUN yum install -y systemd
Fedora
RUN dnf install -y systemd
Raspbian
RUN apt-get update && \ apt-get install -y systemd
click the source code to copy install systemd-tmpfiles on any operating system with command-not-found.com