Software management on Ubuntu 14.04

Slashdot it! Delicious Share on Facebook Tweet! Digg!

Integrating PPAs

With about 6,000 active PPAs on Launchpad, it is easy to get brand new software versions with the latest functionalities. Among them are exotic programs and (unstable) developer versions of system components such as the kernel or NetworkManager. Before compiling software from the sources, first use a PPA search [4] to see whether there might not be a PPA for it.

The fastest way to integrate PPAs into the package manager is through the command interface because it saves you the key search. Press Ctrl+Alt+T to open the terminal and enter what usually amounts to three command lines, something like the following:

$ sudo add-apt-repository ppa:inkscape.dev/stable
$ sudo apt-get update
$ sudo apt-get install inkscape

This happens to mount the PPA for the Inkscape vector drawing solution. For other software, simply replace the parts after ppa: and sudo apt-get install . Take the text for the part after ppa: from the website (Figure 7). It may take a while for the repository to appear in Software Center.

Figure 7: In this PPA, you'll find the current packages for Raring Ringtail to install the Inkscape design application.

Removing Software

To remove software, open Software Center again, search for the name of the software, and click Remove . The configuration data is thereby unaffected. The advantage is that you don't need to reconfigure the software if you decide you need it again later. If these remnants (such as you might find in the /etc or /var directories) were to disappear, use the command line to remove the package.

Buy this article as PDF

Express-Checkout as PDF

Pages: 3

Price $0.99
(incl. VAT)

Buy Ubuntu User

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content