PPA update

General support for problems installing or using Deluge
Post Reply
tobaj
Member
Member
Posts: 11
Joined: Wed Dec 02, 2009 5:30 pm
Location: UK

PPA update

Post by tobaj »

Hello,
Any chance for Deluge update in PPA?

Thanks,
Tomasz
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: PPA update

Post by johnnyg »

The PPA only gets updated with final releases.

So once 1.3 is released, it will be on the PPA.
cadriel
New User
New User
Posts: 4
Joined: Sat Jun 05, 2010 1:24 am

Re: PPA update

Post by cadriel »

Code: Select all

sudo apt-add-repository ppa:ferramroberto/lucidtest
This PPA has the latest RC releases on it. Currently at 1.3 RC2.

So, if you already have Deluge installed - you can upgrade with;

Code: Select all

sudo apt-get update && sudo apt-get upgrade
or to install fresh;

Code: Select all

sudo apt-get update && sudo apt-get install deluge
Enjoy!
tobaj
Member
Member
Posts: 11
Joined: Wed Dec 02, 2009 5:30 pm
Location: UK

Re: PPA update

Post by tobaj »

Got it now. Thanks Cadriel.

BTW if upgrading via console I prefer to use 'apt-get update && update-manager-text' than '.. && apt-get upgrade. The first one lets you select packages you want to update. I'd recommend it to everyone. Especially if you have many ppa's in source list and often don't want to upgrade particular apps from particular repos but you still keep them enabled for some other apps ..

Regards
Tomasz
tobaj
Member
Member
Posts: 11
Joined: Wed Dec 02, 2009 5:30 pm
Location: UK

Re: PPA update

Post by tobaj »

tobaj wrote:.. Especially if you have many ppa's in source list and often don't want to upgrade particular apps from particular repos but you still keep them enabled for some other apps ..
hmm.. I'm wondering now: is there any way to 'bind' particular application to particular repo to prevent upgrades from any other enabled repos?
Post Reply