Software management in Ubuntu 15.04
|
Quick Sources
The Software Center is a graphical interface for apt, the Advanced Packaging Tool, which manages the list of software in the repositories in the background. As already noted, you can also run apt over the command line; many experienced Ubuntu users prefer this method because the commands work with any Ubuntu derivative. Here are four important commands:
$ sudo apt-get update $ sudo apt-cache search (--names-only) inkscape $ sudo apt-get install inkscape $ sudo apt-get remove (--purge) inkscape
The first command brings the package list up to date, an important thing considering how quickly program versions change. The next line searches for a package whose name or description includes the term inkscape . Add the --names-only option (without the parentheses) to search for the package name only if too many hits are returned. The third line installs the package, and the fourth line removes it.
You can use the optional --purge option to purge the configuration files in the home directory along with the package down to the local configuration that you have to remove yourself.
To remove all the packages installed through a PPA, either use Software Center and choose the PPA next to Installed , or stay on the command line, install the ppa-purge package, and use the following command (for the Inkscape example):
$ sudo ppa-purge ppa:inkscape/stable
Single Consignments
Finally, there are some websites that provide single Debian packages to download. To install the software, double-click the DEB package. Ubuntu then calls Software Center and recommends installing the package. Once you click OK , the package appears together with a screenshot and description in Software Center. Finally, download the package with Install .
Infos
- What are the meta, super, and hyper keys? http://askubuntu.com/questions/19558/what-are-the-meta-super-and-hyper-keys
- Ubuntu's Launchpad platform: https://launchpad.net
- Opera repository: http://deb.opera.com/
- VirtualBox project: http://www.virtualbox.org/wiki/Linux_Downloads
- PPAs in Launchpad: https://launchpad.net/ubuntu/+ppas
« Previous 1 2 3 4 Next »
Buy this article as PDF
Pages: 3
(incl. VAT)