numactl

Control NUMA policy for processes or shared memory. More information: <https://man7.org/linux/man-pages/man8/numactl.8.html>.

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