Linux

  1. Home
  2. Computing & Technology
  3. Linux

Kubuntu

Documentation

By Juergen Haas, About.com

APT

APT (Advanced Packaging Tool) is a powerful package management system, on which the graphical programs Add/Remove Programs and Adept are based. APT automatically handles dependencies and performs other operations on system packages to allow the installation of the desired packages.

Note

Running APT requires administrative privileges (see the section called "Root And Sudo").

Some common commands that can be used with APT:

  • Install packages:

    sudo apt-get install packagename

  • Remove packages:

    sudo apt-get remove packagename

  • Search for packages:

    apt-cache search keyword

  • Retrieve new lists of available packages:

    sudo apt-get update

  • Upgrade system with available updates:

    sudo apt-get dist-upgrade

  • List further commands and options:

    apt-get help

Tip

For further information about the use of APT, you can read the comprehensive Debian APT User Manual.

* License

* Ubuntu Desktop Guide Index

Explore Linux

About.com Special Features

Build Your Own Website

Step-by-step advice on how to do everything from choosing a Web host to promoting your content. More >

Connect Your Home Computers

Easy ways to connect two computers for networking purposes. More >

Linux

  1. Home
  2. Computing & Technology
  3. Linux
  4. Linux Distributions
  5. Popular Linux Distros
  6. Kubuntu
  7. Kubuntu Documentation
  8. Kubuntu Desktop Guide - APT

©2009 About.com, a part of The New York Times Company.

All rights reserved.