Back
I cannot locate the package of python-pip:
Reading package lists... DoneBuilding dependency tree Reading state information... DoneE: Unable to locate package python3-pip
Reading package lists... Done
Building dependency tree Reading state information... Done
E: Unable to locate package python3-pip
Kindly help!!!
I think you are using Ubuntu 18.04. In that case, the python 3.6.5 the python-pip package will get installed after :
sudo add-apt-repository universesudo apt-get update
sudo add-apt-repository universe
sudo apt-get update
You need to enable the category universe:
deb http://archive.ubuntu.com/ubuntu bionic main universedeb http://archive.ubuntu.com/ubuntu bionic-security main universe deb http://archive.ubuntu.com/ubuntu bionic-updates main universe
deb http://archive.ubuntu.com/ubuntu bionic main universe
deb http://archive.ubuntu.com/ubuntu bionic-security main universe
deb http://archive.ubuntu.com/ubuntu bionic-updates main universe
31k questions
32.8k answers
501 comments
693 users