Hexinator on Linux
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.12
Make downloaded file executable:
chmod a+x Hexinator-x86_64.AppImage
Execute file
./Hexinator-x86_64.AppImage
There is no step 4
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 keyserver.ubuntu.com --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