How to Install gifsicle, jpegtran, and optipng in AWS Ec2

7.1k views Asked by At

I am Using a Extension to Optimize Images for Magento . Extension Need to Install gifsicle, jpegtran, and optipng to my Server But i don't know how i will Install & get exact path where installed . Anyone help me to Do this

2

There are 2 answers

0
Smrity On

I installed jpegtran on CentOS 7. I find below links are related to your problem. Are you looking for something like that ?

application's path from command line

How To Install JPEGtran

2
mustafa On

If it's Ubuntu or Debian, this should work

apt-get update
apt-get install libjpeg-progs
apt-get install gifsicle
apt-get install optipng