xxd

Create a hexadecimal representation (hexdump) from a binary file, or vice-versa. More information: <https://manned.org/xxd>.

Debian Debian
RUN apt-get update && \ apt-get install -y xxd
Ubuntu
RUN apt-get update && \ apt-get install -y xxd
Arch Arch Linux
RUN pacman -S --noconfirm xxd
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y xxd
CentOS
RUN yum install -y xxd
Fedora
RUN dnf install -y vim-common-2
Raspbian
RUN apt-get update && \ apt-get install -y xxd
click the source code to copy install xxd on any operating system with command-not-found.com