How to Install xdelta3 in Ubuntu 18.04



Install xdelta3 by entering the following commands in the terminal:

sudo apt update
sudo apt install xdelta3

Description:

Diff utility which works with binary files

Xdelta3 is a set of tools designed to compute changes between binary files. These changes (delta files) are similar to the output of the "diff" program, in that they may be used to store and transmit only the changes between files. The "delta files" that Xdelta3 manages are stored in RFC3284 (VCDIFF) format.

Version: 3.0.11-dfsg-1ubuntu1

Section: utils