Hello,
Any chance for Deluge update in PPA?
Thanks,
Tomasz
PPA update
Re: PPA update
The PPA only gets updated with final releases.
So once 1.3 is released, it will be on the PPA.
So once 1.3 is released, it will be on the PPA.
Re: PPA update
Code: Select all
sudo apt-add-repository ppa:ferramroberto/lucidtest
So, if you already have Deluge installed - you can upgrade with;
Code: Select all
sudo apt-get update && sudo apt-get upgrade
Code: Select all
sudo apt-get update && sudo apt-get install deluge
Re: PPA update
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
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
hmm.. I'm wondering now: is there any way to 'bind' particular application to particular repo to prevent upgrades from any other enabled repos?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 ..