dpkg

Debian package manager. Some subcommands such as dpkg deb have their own usage documentation. For equivalent commands in other package managers, see <https://wiki.archlinux.org/title/Pacman/Rosetta>. More information: <https://manpages.debian.org/latest/dpkg/dpkg.html>.

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