Uninstall HP Device Manager

Asked by Chauncey Montgomery

I am trying to uninstall the HP Device Manager so that I can do a clean reinstall. I've tried the directions listed on this page http://hplipopensource.com/node/188 and I get the following error:

make: *** No rule to make target `uninstall'. Stop.

What can I do to uninstall the HP Device Manager?

Question information

Language:
English Edit question
Status:
Solved
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Solved by:
Aaron Albright
Solved:
Last query:
Last reply:
Revision history for this message
Chauncey Montgomery (montgoc1) said :
#1

I am using openSUSE 10.3 with KDE desktop.

Revision history for this message
Best Aaron Albright (albrigha-deactivatedaccount) said :
#2

You can run:

su -c "rm -rf /usr/share/hplip"

This will remove HPLIP as well. If you aren't using the same directory (hplip-2.8.10) that you installed from then make uninstall wont work.

Hope this helps.
Aaron

Revision history for this message
Chauncey Montgomery (montgoc1) said :
#3

Thanks Aaron Albright, that solved my question.