Page 1 of 1

Upgrade linux install of deluged

Posted: Tue Dec 03, 2013 7:27 pm
by tigersoul
Hi!

I've got a raspberry pi and I installed deluged the easy way with apt-get. This however gave me an old version that I now want to upgrade by compiling myself. Is there anything special I need to do before compiling a newer version, will it just upgrade the old version without issues or do I need to clean the old version out first etc?

The instructions I intend to follow are:

http://joerpi.blogspot.se/2013/06/raspb ... mba_6.html

Re: Upgrade linux install of deluged

Posted: Sat Dec 07, 2013 12:07 pm
by Jay-C
Any particular reason why you don't just use the official ppa?

sudo add-apt-repository ppa:deluge-team/ppa
sudo apt-get update
sudo apt-get install deluge

Re: Upgrade linux install of deluged

Posted: Sat Dec 07, 2013 7:02 pm
by tigersoul
No reason beyond ignorance ;) I'm not a linux geek exactly, I'll try just adding the repository then and add deluge to get an upgraded version installed over my old one :P

Re: Upgrade linux install of deluged

Posted: Sat Dec 07, 2013 7:45 pm
by Cas
I assume you are using raspbian so for debian it is better to select the most equivalent Ubuntu distro:

Code: Select all

add-apt-repository 'deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main'

Re: Upgrade linux install of deluged

Posted: Sun Dec 08, 2013 1:16 pm
by tigersoul
Cas wrote:I assume you are using raspbian so for debian it is better to select the most equivalent Ubuntu distro:

Code: Select all

add-apt-repository 'deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main'

Oh thanks, I had no idea and yes I'm running the default raspbian distro.