I would like to have a better selection of free software in the Software Centre and have newer versions of the packages. How can I achieve this?
1 Answers
You can search in Personal Package Archives (PPA) the package you want to have up to date.
Personal Package Archives for Ubuntu
just enter the program to search and it will show all associated ppa with this program. (exam. banshee)
There are three steps to what you must be to run:
add-apt-repository
: adds a PPA to your list of sources, so that Ubuntu knows to look for updates from that PPA as well as from the official Ubuntu sources. Usually this is used to allow developers to provide updates more quickly than those in the official Ubuntu repositories.apt-get update
tells apt-get to update its database of what packages can be installed and where to install them from.apt-get install
causes apt-get to find the package in its database and download and install the indicated file.sudo ppa-purge ppa:
deletes a PPA to your list of sources.
Now you can have Up to date software and view it in software center.