rpmspec

Query a RPM spec file. More information: <https://manned.org/rpmspec>.

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 rpmspec on any operating system with command-not-found.com