On Debian-based systems, the default Vim installation sometimes omits xxd to reduce dependencies. You need to install the xxd package explicitly.
sudo apt update sudo apt install vim-common xxd command not found
$(date +%Y-%m-%d) Status: Open
In locked-down environments where you cannot install software, use these workarounds: On Debian-based systems