Xxd Command: Not Found
The installation command depends on which Linux distribution you are using. You will likely need sudo privileges. 1. Ubuntu / Debian / Kali Linux / Linux Mint
The quickest way to resolve this is to install the package that provides the Ubuntu / Debian / Kali: sudo apt update && sudo apt install xxd (Note: On some older versions, it may be part of the vim-common CentOS / RHEL / Fedora: sudo yum install vim-common sudo dnf install vim-common Arch Linux: sudo pacman -S vim Alpine Linux: apk add xxd xxd command not found
sudo apt install vim