rpm2archive
package manager for RPM
Install
- All systems
-
curl cmd.cat/rpm2archive.sh
- Debian
-
apt-get install rpm2cpio
- Ubuntu
-
apt-get install rpm2cpio
- Alpine
-
apk add rpm
- Kali Linux
-
apt-get install rpm2cpio
- CentOS
-
yum install rpm
- Fedora
-
dnf install rpm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install rpm2cpio
- OS X
-
brew install rpm2cpio
- Raspbian
-
apt-get install rpm2cpio
- Dockerfile
- dockerfile.run/rpm2archive
- Docker
-
docker run cmd.cat/rpm2archive rpm2archive
powered by Commando
rpm
package manager for RPM
The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. On Debian and derived systems it is recommended to use "alien" to convert RPM packages into .deb format instead of bypassing the Debian package management system by installing them directly with rpm.
rpm2cpio
tool to convert RPM package to CPIO archive
The RPM Package Manager (RPM) is a command-line driven package management system capable of installing, uninstalling, verifying, querying, and updating computer software packages. This package contains tool to convert RPM packages to standard CPIO archive.