busybox

Tiny utilities for small and embedded systems

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