Software management in Ubuntu 16.10

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 functionality. 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 a PPA might exist.

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 update
$ sudo apt install inkscape

These commands 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 the Software app.

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

Removing Software

To remove software, open the Software app, search for the name of the software, and click Remove . The configuration data is 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