uninstalling SVN?

General support for problems installing or using Deluge
Post Reply
zekopeko
Member
Member
Posts: 19
Joined: Wed Jun 13, 2007 10:34 am

uninstalling SVN?

Post by zekopeko »

is it possible to remove the SVN compailed Deluge?
setup.py has only build and install options.
when 5.3 gets out can i just install the deb and then remove it from synaptic/apt-get?
ie. since deb has the same content/files installing it will overwrite the the old SVN installed files and register new deb installed files with apt-get DB and then i can remove deluge (not that i want, IT ROCKS)?
User avatar
irfan
Leecher
Leecher
Posts: 70
Joined: Sun Jun 03, 2007 5:36 pm
Location: Poland

Re: uninstalling SVN?

Post by irfan »

Code: Select all

sudo make uninstall
;)

it should be in README file ...I think

Code: Select all

make
&

Code: Select all

make install
too

typing 'make' is faster than 'python setup.py build' and more user friendly :)
zekopeko
Member
Member
Posts: 19
Joined: Wed Jun 13, 2007 10:34 am

Re: uninstalling SVN?

Post by zekopeko »

will this remove the python parts of deluge?
i thought that the only part of deluge install that uses make is libtorrent.

and could some admin move this to support? i accidentally posted under dev. thanks
shirish
Seeder
Seeder
Posts: 163
Joined: Fri May 25, 2007 4:01 am
Location: South Asia, India

Re: uninstalling SVN?

Post by shirish »

zekopeko wrote:will this remove the python parts of deluge?
i thought that the only part of deluge install that uses make is libtorrent.

and could some admin move this to support? i accidentally posted under dev. thanks
it should but maybe developers can provide a better answer. I do remember we had to physically
remove each file, symlink not so long back hence it would be nice if the developers could give clarity
and also update the FAQ at support http://forum.deluge-torrent.org/viewtopic.php?f=7&t=78
so there is no future confusion. :)
Debian Sid, Intel Dual-Core, 512 kbps DL , 64 Kbps UL, deluge-1.3.5, pieces plugin, GNOME 3.4.x

All posts under creative commons http://creativecommons.org/licenses/by-nc/3.0/
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: uninstalling SVN?

Post by markybob »

zekopeko wrote:will this remove the python parts of deluge?
i thought that the only part of deluge install that uses make is libtorrent.

and could some admin move this to support? i accidentally posted under dev. thanks
'make' does the exact same thing as 'python setup.py build' and 'make install' does the exact same as 'python setup.py install'....do whichever one you prefer. exact same thing. and 'make uninstall' will remove a deluge install *entirely*
Post Reply