Uninstalling Gwibber

Asked by tw2113

How would you go about uninstalling Gwibber? I'm acquiring through bzr and would like to remove the old packages and files before installing the new ones.

Question information

Language:
English Edit question
Status:
Solved
For:
Gwibber Edit question
Assignee:
No assignee Edit question
Solved by:
Ryan Paul
Solved:
Last query:
Last reply:
Revision history for this message
Best Ryan Paul (segphault) said :
#1

This should work if you installed Gwibber with the setup.py script:

sudo rm -rf /usr/lib/python2.5/site-packages/gwibber /usr/lib/python2.5/site-packages/gwibber-0.7.egg-info /usr/bin/gwibber /usr/share/gwibber/

Revision history for this message
tw2113 (tw2113) said :
#2

Thanks Ryan Paul, that solved my question.