Table of Contents
This section discusses how applications are installed, removed and kept up to date. Also covered are how packages are stored by Xubuntu and made available for download.
It also covers some more advanced techniques for managing applications.
A package manager is a program that you can use to install, remove and upgrade software. Software for Xubuntu is provided in the form of packages, which are automatically downloaded by the package manager.
There are three main package management programs you can use in Xubuntu:
Ubuntu Software Center - GUI-based package management program that categorizes packages and allows you to easily and quickly search for, install and remove free and non-free packages. It also has a Featured section that suggests highly popular packages and a What's New section that displays packages that are new to the repositories.
Synaptic Package Manager - Allows more advanced management, such as installing server applications and choosing different versions of the same package.
Apt - Allows package management from the command line.
![]() |
|
You can only use one package manager at a time. If you start another package manager while one is already open, you will receive an error message. |
You will require administrative access to install and remove software. This is because packages sometimes need to change important system files. See the Administrative Tasks section for more information on administrative access.
If you are unfamiliar with Xubuntu's package management system, you may like to take a look at some of the following definitions:
Packages are files that contain a program and all of the files required to run it on your computer. When you install a package, a file is downloaded from a repository and installed by a package manager.
Dependencies are packages that must be installed before certain other packages can be installed. Dependency packages usually contain some files and programs needed by the other packages - for example, a word-processing package may depend on a printing package being installed in order to be able to print documents.