debdelta-upgrade
diff and patch utilities which work with Debian packages
Install
- All systems
-
curl cmd.cat/debdelta-upgrade.sh
- Debian
-
apt-get install debdelta
- Ubuntu
-
apt-get install debdelta
- Kali Linux
-
apt-get install debdelta
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install debdelta
- Raspbian
-
apt-get install debdelta
- Dockerfile
- dockerfile.run/debdelta-upgrade
debdelta
diff and patch utilities which work with Debian packages
debdelta is a program suite designed to compute changes between Debian packages. These changes (deltas) are similar to the output of the "diff" program in that they may be used to store and transmit only the changes between Debian packages. This suite contains 'debdelta-upgrade', that downloads deltas and use them to create all Debian packages needed for an 'apt-get upgrade'. It may be used in a Debian/unstable host (to speed up download of new packages), or in a Debian/stable host (for security updates). Similarly, when this package is installed, the 'cupt' package manager will use deltas to upgrade the host.