sudo apt-get install python-wheel on Ubuntu 12.04?

2.4k views Asked by At

I'm trying to install python-wheel on Ubuntu 12.04, but get an error:

sudo apt-get install python-wheel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package python-wheel

What is the reason?

1

There are 1 answers

0
Manishanker T On

Add this unofficial PPA :

sudo add-apt-repository ppa:chris-lea/python-wheel

sudo apt-get update

sudo apt-get install python-wheel

Reference link : https://launchpad.net/~chris-lea/+archive/ubuntu/python-wheel

Ubuntu version :

Distributor ID: Ubuntu Description: Ubuntu 12.04.5 LTS Release: 12.04 Codename: precise