rpm2cpio

Convert an RPM package to a cpio archive. More information: <http://ftp.rpm.org/max-rpm/s1-rpm-miscellania-rpm2cpio.html>.

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