Page 1 of 1

PPA update

Posted: Sun Aug 22, 2010 5:03 pm
by tobaj
Hello,
Any chance for Deluge update in PPA?

Thanks,
Tomasz

Re: PPA update

Posted: Sun Aug 22, 2010 11:41 pm
by johnnyg
The PPA only gets updated with final releases.

So once 1.3 is released, it will be on the PPA.

Re: PPA update

Posted: Tue Aug 24, 2010 1:13 am
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!

Re: PPA update

Posted: Tue Aug 24, 2010 1:58 am
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

Re: PPA update

Posted: Tue Aug 24, 2010 2:21 am
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?