pkill

Signal process by name. Mostly used for stopping processes. More information: <https://www.man7.org/linux/man-pages/man1/pkill.1.html>.

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 procps
Arch Arch Linux
RUN pacman -S --noconfirm procps-ng
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y procps
CentOS
RUN yum install -y procps-ng
Fedora
RUN dnf install -y procps-ng
Raspbian
RUN apt-get update && \ apt-get install -y procps
click the source code to copy install pkill on any operating system with command-not-found.com