Celeb Glow
news | March 17, 2026

How to fix these problems installing imgdupes

I'm trying to install imgdupes, but the terminal says pip command not found.

sudo apt-get install python-cffi python-dev libjpeg-dev gir1.2-gexiv2-0.10
sudo pip install texttable
sudo pip install jpegtran-cffi

I entered:

sudo apt-get install python-cffi python-dev libjpeg-dev gir1.2-gexiv2-0.10

So why is pip unknown? Shouldn't it be working after that?

I use gnommeubuntu

Thanks.

6

1 Answer

  • Install pip with this command in a terminal:

    sudo apt-get install --reinstall python-pip

    run this version with pip or pip2

  • and/or the Python 3 version of the package

    sudo apt-get install --reinstall python3-pip

    run this version with pip3

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy