-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Stephen J. Kiernan edited this page Apr 21, 2026
·
1 revision
portable-hexdump supports both GNU and BSD-style make systems for easy installation.
The GNUmakefile is the default on most Linux distributions.
git clone https://github.com/hackagadget/portable-hexdump.git
cd portable-hexdump
sudo make installThis will install:
-
portable-hexdumpto/usr/local/bin -
portable-hexdump.1to/usr/local/share/man/man1
The BSDmakefile uses the standard BSD bsd.prog.mk infrastructure.
git clone https://github.com/hackagadget/portable-hexdump.git
cd portable-hexdump
sudo make installSince portable-hexdump is a single shell script, you can also just download the script and put it in your path:
curl -O https://raw.githubusercontent.com/hackagadget/portable-hexdump/main/portable-hexdump
chmod +x portable-hexdump
mv portable-hexdump ~/bin/portable-hexdump • Copyright (c) 2024-2026 Stephen J. Kiernan