How to Install vbindiff in Ubuntu 18.04



Install vbindiff by entering the following commands in the terminal:

sudo apt update
sudo apt install vbindiff

Description:

visual binary diff, visually compare binary files

Visual Binary Diff (VBinDiff) displays files in hexadecimal and ASCII (or EBCDIC). It can also display two files at once, and highlight the differences between them. Unlike diff, it works well with large files (up to 4 GB). . VBinDiff was inspired by the Compare Files function of the ProSel utilities by Glen Bredon, for the Apple II. The single-file mode was inspired by the LIST utility of 4DOS and friends.

Homepage: http://www.cjmweb.net/vbindiff/

Version: 3.0-beta5-1

Section: universe/utils