GNU/Linux Installing GHex – Quick-Start Guide
Hi! The Tutorial shows you Step-by-Step the GHex Editor Installation in GNU/Linux Desktops.
And GHex for Linux Desktop is a Hex Editor for the GNOME Desktop.
GHex can load raw data from binary files and display them for editing in the traditional hex editor view.
The Display is split in two Columns, with Hexadecimal Values in one column and the ASCII representation in the other.
GHex is a useful Tool for working with Raw Data. For Debugging problems with Object Code or Encodings.
Also used by kids who cheat at Computer Games, by adding Score or Lives to saved Games.
Finally, the guide include detailed instructions on How to Getting Started with GHex.
1. Terminal Getting-Started Guide
How to Quick-Start with Command Line on GNU/Linux:
First Update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents