Page 1 of 1

how to uninstall from svn

Posted: Tue Jul 29, 2008 5:03 pm
by yuko
Hi im having speed issues with the latest svn (3600). How would i uninstall deluge completely so i can revert to the old version in the mean time. Do i just delete the bin files and the config directory?

Re: how to uninstall from svn

Posted: Wed Jul 30, 2008 6:30 am
by johnnyg
I would think you would do a

Code: Select all

sudo make uninstall

Re: how to uninstall from svn

Posted: Wed Jul 30, 2008 6:44 am
by jdhore
johnnyg wrote:I would think you would do a

Code: Select all

sudo make uninstall
you would if Deluge used Autotools (./configure, make, make install), but it doesn't. This being said, i don't exactly know how.

Re: how to uninstall from svn

Posted: Wed Jul 30, 2008 12:01 pm
by andar
Doing this should be sufficient:

Code: Select all

rm -rf /usr/lib/python2.5/site-packages/deluge*
Obviously you will need to change the python path depending on how your system is setup and which version of python you have installed.