How to know when there is a new PPA?
#1
As title, how do we know when a new ppa is available?

Thanks
Reply
#2
Hi.
What do you mean by a new PPA? New PPAs are created all the time.

If you mean new releases on a given PPA are available, that's easy. If you have a full desktop, the system will tell you there are available updates.

Command line version:
sudo apt-get update
sudo apt-get upgrade

h.udo
f**k..... started editing without sudo | M.K.

Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
I meant for xbmc-pvr,

I.e from here http://packages.pulse-eight.net/ubuntu/install-xbmc.sh
Reply
#4
The script installs an apt source into the sources list. From this moment this source is updated with new software versions automatically. If you want to update, run the update manager of the GUI or just use the command line (like hudo said)

Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get update looks for new software releases on the source
sudo apt-get upgrade will update your installed programms and libs


Also you can run the script again. Should do the same.
Reply
#5
to check what's new after apt-get update:

aptitude search ~U
Reply
#6
Polyamid Wrote:
Code:
sudo apt-get update
sudo apt-get upgrade

sudo apt-get update looks for new software releases on the source
sudo apt-get upgrade will update your installed programms and libs


Also you can run the script again. Should do the same.

Be careful of "sudo apt-get upgrade" you could break your system! Better to just run "sudo apt-get install xbmc" again.
Noli illegitimi carborundum


Reply
#7
... as I think most of us have learned the hard way. Updates to X will break your startup process, for example, and kernel updates can kill off any TV tuners you have until you re-install/re-compile.

Nothing disastrous if you're knowledgeable and/or prepared to give it a go, I've never yet met a problem that I couldn't fix. Indeed, it's arguable that you shouldn't be using development PPAs if you don't think you can fix the breakages - but break something will, sooner or later.

But we all know that and upgrade regardless, don't we? Rolleyes
Reply

Logout Mark Read Team Forum Stats Members Help
How to know when there is a new PPA?0