This shows you the differences between two versions of the page.
|
support:uninstall-nautilussvn [2009/10/11 13:34] bruce created |
support:uninstall-nautilussvn [2009/11/20 13:33] (current) adam Added distro-specific instructions, changed to "RabbitVCS" |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Uninstall NautilusSVN = | + | = Uninstall RabbitVCS = |
| - | Python's distutils does not have any support for uninstalling, however running the commands below should uninstall most of NautilusSVN. | + | === From a manual installation === |
| + | |||
| + | Python's distutils does not have any support for uninstalling, however running the commands below should uninstall most of RabbitVCS. | ||
| {{{ | {{{ | ||
| - | find /usr/share/locale -iname "NautilusSvn.mo" | xargs rm | + | find /usr/share/locale -iname "RabbitVCS.mo" | xargs rm |
| - | find /usr/share/icons/hicolor -iname "nautilussvn" | xargs rm | + | find /usr/share/icons/hicolor -iname "rabbitvcs" | xargs rm |
| - | rm -rf /usr/share/nautilussvn | + | rm -rf /usr/share/rabbitvcs |
| - | rm -rf /usr/share/doc/nautilussvn | + | rm -rf /usr/share/doc/rabbitvcs |
| - | rm -rf /usr/lib/python2.5/site-packages/nautilussvn* | + | rm -rf /usr/lib/python2.5/site-packages/rabbitvcs* |
| - | rm /usr/lib/nautilus/extensions-2.0/python/NautilusSvn.py | + | rm /usr/lib/nautilus/extensions-2.0/python/RabbitVCS.py |
| }}} | }}} | ||
| + | === From a Ubuntu/Debian Package === | ||
| + | |||
| + | dpkg --purge rabbitvcs | ||
| + | |||
| + | === From Fedora/CentOS === | ||
| + | yum remove rabbitvcs | ||