How to Install xxd in Ubuntu 18.04



Install xxd by entering the following commands in the terminal:

sudo apt update
sudo apt install xxd

Description:

tool to make (or reverse) a hex dump

xxd creates a hex dump of a given file or standard input. It can also convert a hex dump back to its original binary form.

Homepage: https://vim.sourceforge.io/

Version: 2:8.0.1453-1ubuntu1

Section: editors