kill

Sends a signal to a process, usually related to stopping the process. All signals except for SIGKILL and SIGSTOP can be intercepted by the process to perform a clean exit. More information: <https://manned.org/kill.1posix>.

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