hexyl

A simple hex viewer for the terminal. Uses colored output to distinguish different categories of bytes. More information: <https://github.com/sharkdp/hexyl>.

Debian Debian
RUN apt-get update && \ apt-get install -y hexyl
Ubuntu
RUN apt-get update && \ apt-get install -y hexyl
Arch Arch Linux
RUN pacman -S --noconfirm hexyl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y hexyl
click the source code to copy install hexyl on any operating system with command-not-found.com