Xxd - Command Not Found
After installing xxd , verify that it's working correctly by running the following command:
sudo apt update sudo apt install xxd
sudo pacman -S vim
Alternatively, installing the full vim package will also bring xxd : xxd command not found
If you find yourself in Elias's shoes, use the command for your specific system: Operating System Command to Install sudo apt-get install xxd CentOS / RHEL / Fedora sudo yum install vim-common Arch Linux sudo pacman -S vim Fedora CoreOS rpm-ostree install vim-common If you'd like, I can: Show you common xxd commands for debugging files. Explain how to convert a hex dump back into a binary file . After installing xxd , verify that it's working