makedeltaiso
Tools to create and apply deltarpms
Install
- All systems
-
curl cmd.cat/makedeltaiso.sh
- Debian
-
apt-get install deltarpm
- Ubuntu
-
apt-get install deltarpm
- Kali Linux
-
apt-get install deltarpm
- CentOS
-
yum install deltaiso
- Fedora
-
dnf install deltaiso
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install deltarpm
- Raspbian
-
apt-get install deltarpm
- Dockerfile
- dockerfile.run/makedeltaiso
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.