rpm

RPM Package Manager. More information: <https://rpm.org/>.

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