rpmbuild

RPM Package Build tool. More information: <https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/>.

  • Maintainer: RPM packaging team <team+pkg-rpm@tracker.debian.org>
  • Homepage: http://rpm.org/
  • Section: admin
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-build
Fedora
RUN dnf install -y rpm-build
Raspbian
RUN apt-get update && \ apt-get install -y rpm
click the source code to copy install rpmbuild on any operating system with command-not-found.com