Search found 6 matches

by asymmetric
Sun Jul 08, 2007 3:46 pm
Forum: Support
Topic: Uninstall Deluge after manual install
Replies: 7
Views: 11284

Re: Uninstall Deluge after manual install

what about

Code: Select all

/usr/share/locale/*
?
by asymmetric
Sun Jul 08, 2007 3:38 pm
Forum: Support
Topic: The clean way to uninstall the between binaries & sources
Replies: 1
Views: 2351

Re: The clean way to uninstall the between binaries & sources

or

Code: Select all

sudo apt-get --purge remove deluge-torrent
by asymmetric
Fri Jul 06, 2007 1:16 pm
Forum: Support
Topic: installing debs on top of compiled deluge
Replies: 3
Views: 3118

Re: installing debs on top of compiled deluge

actually there is no makefile!
i installed using the setup.py file!

--
EDIT
sorry, there is a Makefile, but there's no uninstall option in it (only clean)
by asymmetric
Fri Jul 06, 2007 12:46 pm
Forum: Support
Topic: installing debs on top of compiled deluge
Replies: 3
Views: 3118

installing debs on top of compiled deluge

hi! i'm on ubuntu feisty as the subject states, i compiled and installed deluge's sources.. now that the debs are out, i'd like to use them.. is it safe installing the debs via dpkg, will they overwrite the previous install cleanly? and otherwise, is there a clean way to remove everything the setup ...
by asymmetric
Tue Jun 12, 2007 6:26 pm
Forum: Support
Topic: problems compiling.. i guess
Replies: 2
Views: 3613

Re: problems compiling.. i guess

thanks, it worked :)
by asymmetric
Tue Jun 05, 2007 10:10 am
Forum: Support
Topic: problems compiling.. i guess
Replies: 2
Views: 3613

problems compiling.. i guess

hi! i'm kind of a newbie at compiling (especially python stuff), and i may have made some mistakes.. i compiled the app just fine, then typed sudo python setup.py install (because otherwise i'd get an error about permissions of accessing the /usr/ folder), and everything seemed to go smoothly.. but ...