hexyl
A simple hex viewer for the terminal. Uses colored output to distinguish different categories of bytes. More information: <https://github.com/sharkdp/hexyl>.
RUN apt-get update && \
apt-get install -y hexyl
RUN apt-get update && \
apt-get install -y hexyl
RUN pacman -S --noconfirm hexyl
RUN apt-get update && \
apt-get install -y hexyl