xdelta-config
A diff utility which works with binary files
Install
- All systems
-
curl cmd.cat/xdelta-config.sh
- Debian
-
apt-get install xdelta
- Ubuntu
-
apt-get install xdelta
- Kali Linux
-
apt-get install xdelta
- CentOS
-
yum install xdelta-devel
- Fedora
-
dnf install xdelta
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xdelta
- OS X
-
brew install xdelta
- Raspbian
-
apt-get install xdelta
- Dockerfile
- dockerfile.run/xdelta-config
xdelta
A diff utility which works with binary files
Xdelta is an application program designed to compute changes between files. 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 files. However, unlike diff, the output of Xdelta is not expressed in a human-readable format--Xdelta can also apply these deltas to a copy of the original file. Xdelta uses a fast, linear algorithm and performs well on both binary and text files.