Contents
Installed Programs:
tinyxxd and
xxd (link to tinyxxd)
Installed Libraries:
None
Installed Directories:
None
The tinyxxd package provides a drop-in replacement for Vim's hexdump utility, xxd. This standalone implementation is more modern and performant than Vim's.
Install tinyxxd by running the following commands:
make
Now, as the root user:
install -vDm755 tinyxxd -t /usr/bin/ && ln -sfv tinyxxd /usr/bin/xxd && install -vDm644 tinyxxd.1 -t /usr/share/man/man1/ && ln -sfv tinyxxd.1 /usr/share/man/man1/xxd.1