HP Device Manager still in menu after HPLIP uninstall

11,248

Solution 1

I fixed it! I just had to reinstall HPLIP, go to the directory where the installer extracted all of the files, run sudo make uninstall, delete the files using the commands, restart my system, and it was done.

Solution 2

Works for me:

cd /usr/share/hplip
sudo python uninstall.py
Share:
11,248

Related videos on Youtube

John Scott
Author by

John Scott

Updated on September 18, 2022

Comments

  • John Scott
    John Scott almost 2 years

    I have uninstalled HPLIP according to the directions on http://hplipopensource.com/node/188 from Xubuntu 14.04, meaning that I typed this into my terminal emulator:

    sudo rm -rf /usr/share/hplip
    sudo rm -rf /etc/hp
    sudo rm -rf ~/.hplip
    sudo rm -rf /var/lib/hp
    

    Those commands removed everything, but a shortcut to HP Device Manager is still in my menu. Of course, when I click it it says it can't find the executable but that's normal because it's a shortcut. So, is this a bug or did I do something wrong and how do I fix it?

  • Roland Ewald
    Roland Ewald over 2 years
    On newer setups sudo python3 uninstall.py