How to Install LittleUtils on Linux 64 bit to use OPT GIF PNG JPG

Su or Login with root user.

Install the dependencies with following command.
# yum install gcc libpng libpng-devel gifsicle pngcrush p7zip lzip
Now download the littleutils using the command below.

 Goto http://sourceforge.net/projects/littleutils/

Or wget https://svwh.dl.sourceforge.net/project/littleutils/littleutils-source/1.2.0/littleutils-1.2.0.tar.lz

Download and upload to your directory

Extract the file and install littleutils.
# tar –lzip -xvf littleutils-1.2.0.tar.lz

# cd littleutils-1.2.0

# ./configure

# make

# make install

Thats all.