AptitudeSurvivalGuide

Differences between revisions 17 and 18
Revision 17 as of 2005-10-11 04:41:44
Size: 3136
Editor: adsl-69-152-236-188
Comment:
Revision 18 as of 2006-03-30 02:14:39
Size: 3072
Editor: S0106000fb085cc63
Comment: remove link to package management
Deletions are marked like this. Additions are marked like this.
Line 78: Line 78:
=== Ubuntu package organization ===
 PackageManagementHowTo

Introduction

Aptitude can give you fine grained package management, and will give you an easily traversed map of the ubuntu packages available to you. This page is meant to be a quick reference to aptitude's interactive mode, and should be enough for you to get started. Aptitude's manuals are linked under Further Information.

The startup view for aptitude displays a list of the top level groups.

Key commands available when a group is selected

  • [ - Expand the currently selected group, and all its subgroups

    ] - Collapse the currently selected group, and all its subgroups

    Enter - Expand or collapse the currently selected group.

Key commands available when a package is selected

  • d - view the package dependencies (packages that this package uses)

    r - view the reverse dependencies (packages that use this package)

    Shift-c - download and view the changelog

    Enter - view information about the selected package

Key commands available everywhere

  • u - update the package lists

    j - move down one line

    k - move up one line

    q - retreat to the previous view (and exit aptitude if at the top view)

The navigation keys (PageUp, Home, PageDown, etc.) work pretty much as expected.

You can navigate through the dependencies of the packages available to you by selecting a package that interests you, and following it's dependencies or reverse dependencies. Repeat as desired.

Package Management

Aptitude provides straightforward package managment, and artistic use of the available actions (combined with apt-pinning, see PinningHowto) will help you manage unusual repositories, such as backports.

Most common actions on a package

  • + (plus) mark package for installation

    - (minus) mark package for removal

    _ (underscore) mark package for purging

    = (equals sign) mark package as held

Committing your actions

  • Press g once to view the marked actions

    Press g a second time to act

Searching for packages

  • / - (forward slash) search for search term or partial package name

    \ - (back slash) repeat last search

    l - (lower case L) limit the view to packages matching the search expression.

Useful search terms

~ is 'tilde'

  • ~b - matches broken packages

    ~c - matches partially uninstalled packages ('configured, but not installed')

    ~ahold - matches held packages

Further information

Tips

If more than one version is available for a particular package (look at the bottom of the package's information view), apt-cache policy <package> seems to be the best way to see which comes from which repository.

CategoryDocumentation

AptitudeSurvivalGuide (last edited 2008-08-06 16:24:20 by localhost)