2

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

user2255224
  • 79
  • 1
  • 7

2 Answers2

12

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 
mustafa
  • 3,605
  • 7
  • 34
  • 56
0

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

Community
  • 1
  • 1
Smrity
  • 166
  • 1
  • 6