rpmdumpheader
Tools to create and apply deltarpms
Install
- All systems
-
curl cmd.cat/rpmdumpheader.sh
- Debian
-
apt-get install deltarpm
- Ubuntu
-
apt-get install deltarpm
- Kali Linux
-
apt-get install deltarpm
- CentOS
-
yum install deltarpm
- Fedora
-
dnf install deltarpm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install deltarpm
- Raspbian
-
apt-get install deltarpm
- Dockerfile
- dockerfile.run/rpmdumpheader
deltarpm
Tools to create and apply deltarpms
A deltarpm contains the differences between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old RPM. On Debian and derived systems these tools may be useful for creating and maintaining repositories of RPM packages.