2
votes

I am getting error on installation of libjpeg-turbo-progs such as

sudo apt-get install libjpeg-turbo-progs

and it gives output as

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package libjpeg-turbo-progs

I have also tried

sudo apt-get upgrade

2
apt-get install libjpeg-turbo8 maybe?Pierre Geier
This also gives me same error as. Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package libjpeg-turbo8Rupesh Tare
Ok there is no libjpeg-turbo in lucid: packages.ubuntu.com/… but libjpeg-turbo is a replacement for libjpeg-progs. Maybe thats the package you need.Pierre Geier
I have tried sudo apt-get install libjpeg-progs and its working fine.Rupesh Tare

2 Answers

3
votes

I'm guessing you need to install JPEGTran because of Yeoman. I have the same error on Ubuntu 11.04 server.

Changing the package name from libjpeg-turbo-progs to libjpeg-progs installed JPEGTran correctly:

sudo apt-get install libjpeg-progs

http://wtanaka.com/node/7988

0
votes

You should try to resync package index list by running:

sudo apt-get update

And then try to install jpedTran:

sudo apt-get install libjpeg-turbo-progs