at

Execute commands once at a later time. Service atd (or atrun) should be running for the actual executions. More information: <https://manned.org/at>.

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