how to uninstall from svn

General support for problems installing or using Deluge
Post Reply
yuko

how to uninstall from svn

Post 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?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: how to uninstall from svn

Post by johnnyg »

I would think you would do a

Code: Select all

sudo make uninstall
jdhore
Member
Member
Posts: 37
Joined: Fri Oct 26, 2007 12:04 am

Re: how to uninstall from svn

Post 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.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: how to uninstall from svn

Post 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.
Post Reply