not a Linux user? Download Hexinator for Windows here
Hexinator AppImage – download and run instantly on most Linux distributions
- Download 64 Bit AppImage – version 1.11
- Make downloaded file executable:
chmod a+x Hexinator-x86_64.AppImage
- Execute file
./Hexinator-x86_64.AppImage
- There is no step 4
Click here for the most recent changes (changelog)
The application will be installed to /opt/hexinator and can be found in the Programming section of your Desktop.
Download 32 Bit RPM – version 1.9
Download 64 Bit RPM – version 1.9
All packages are signed with a PGP key (ID 3B0329D2). You can download, check and import the key like this:
- Download the public key:
curl https://hexinator.com/downloads/3B0329D2.asc > /tmp/3B0329D2.asc
- Check if the key is the right one:
gpg --quiet --with-fingerprint /tmp/3B0329D2.asc pub 4096R/3B0329D2 2017-10-13 Andreas Pehnack <andreas@hexinator.com> Key fingerprint = 4AF2 7ABB CE71 77F9 9745 3B07 BD7D 7CFE 3B03 29D2 sub 4096R/69B99B07 2017-10-13 [expires: 2026-01-01]
- Import the key with RPM:
sudo rpm --import /tmp/3B0329D2.asc
- Check the download:
rpm --checksig /tmp/hexinator-1.9-1.x86_64.rpm /tmp/hexinator-1.9-1.x86_64.rpm: rsa sha1 (md5) pgp md5 OK
The software can be uninstalled by calling
sudo rpm -e hexinator
If you’re running Linux that uses apt-get to install software, simply follow these steps in a shell session:
- download the public key that’s used to sign the Hexinator repository:
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 3DFF49FD
- make sure apt-get understands HTTPS:
sudo apt-get install apt-transport-https
(otherwise you might get the error message “E: The method driver /usr/lib/apt/methods/https could not be found.”)
- download hexinator.list
and copy it to /etc/apt/sources.list.d:
sudo cp ~/Downloads/hexinator.list /etc/apt/sources.list.d
- update apt-get:
sudo apt-get update
- install Hexinator:
sudo apt-get install hexinator
To update to the latest version, these two steps will do it:
-
sudo apt-get update
-
sudo apt-get install hexinator
To uninstall, just type in your terminal:
-
sudo apt-get remove hexinator