Posted by: kezhong | September 12, 2011

Install hexedit on CentOS 5.5

Hexedit is a very powerful tool that shows a file both in ASCII and in hexadecimal. On Linux system, vi/vim can only modify ASCII files, however, Hexedit can modify not only ASCII files but also binary files.

The link http://rigaux.org/hexedit.html shows how to use it.

On CentOS 5.5 system, I cannot use yum to install it(but it can be installed by yum on Fedora 15). The below are installation steps.
# wget http://rigaux.org/hexedit-1.2.12.src.tgz
# gunzip hexedit-1.2.12.src.tgz
# tar xvf hexedit-1.2.12.src.tar
# cd hexedit
# ./configure
# make
# make install

Advertisement

Responses

  1. Wow what a mess Linux is. Windows = just run the Hexedit installer.


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Categories

Follow

Get every new post delivered to your Inbox.