Upgrade linux install of deluged

General support for problems installing or using Deluge
Post Reply
tigersoul
Member
Member
Posts: 22
Joined: Sat Nov 23, 2013 8:52 am

Upgrade linux install of deluged

Post 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
Jay-C
Member
Member
Posts: 10
Joined: Sat Dec 07, 2013 11:30 am

Re: Upgrade linux install of deluged

Post 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
// Jay-C
tigersoul
Member
Member
Posts: 22
Joined: Sat Nov 23, 2013 8:52 am

Re: Upgrade linux install of deluged

Post 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
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Upgrade linux install of deluged

Post 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'
tigersoul
Member
Member
Posts: 22
Joined: Sat Nov 23, 2013 8:52 am

Re: Upgrade linux install of deluged

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