Unable to locate package python-pip

14,120

The command to install software with apt is

sudo apt-get install python-pip

You missed the install command to apt-get.

Share:
14,120

Related videos on Youtube

Mamen
Author by

Mamen

Front end web designer

Updated on September 18, 2022

Comments

  • Mamen
    Mamen over 1 year

    I am running Debian 9 and I want to install python pip but there is an error:

    E: Unable to locate package python-pip

    I've tried sudo apt-get update && sudo apt-get python-pip, but I am still getting that error.

  • GAD3R
    GAD3R almost 5 years
    Missing install should print E: Invalid operation python-pip error.