Maemo 0.4.11.11-1
[aptitude] / help.txt
1                              Aptitude On-Line Help
2
3   Use the arrow keys and PageUp/PageDown to view this help; type "q"
4 to leave it.
5
6   The following keys are available by default in the aptitude information
7 screens.  Other keys are available; consult the README for a list of these.
8
9   "q":          Quit.
10   "?":          Display this screen.
11
12   "f":          Clear the list of "new" packages ('f' for "forget").
13
14   Up or "k":    Move the selection up.
15   Down or "j":  Move the selection down.
16   Page-Up or
17   Control-b:    Move the selection up by a screenful of packages.
18   Page-Down or
19   Control-f:    Move the selection down by a screenful of packages.
20   Home or
21   Control-a:    Move the selection to the first package in the list.
22   End or
23   Control-e:    Move the selection to the last package in the list.
24   "^":          Move the selection to the parent of the current item.
25   Enter:        Expand or collapse a group of packages.
26   "[":          Expand a group of packages and all its subgroups.
27   "]":          Collapse a group of packages and all its subgroups.
28
29   Control-t:    Activate or deactivate the menu.
30   "F6":         Move to the next tab of the main display.
31   "F7":         Move to the previous tab of the main display.
32
33   Enter:        View information about a package.
34   "C":          View a package's changelog.
35   "+":          Install or upgrade a package, or remove its held state.
36   "-":          Remove a package.
37   "=":          Hold a package in its current version to prevent upgrades.
38   ":":          Keep a package at its current version.  Unlike hold, this
39                 will not prevent future upgrades.
40   "_":          Request that a package and all its conffiles be removed.
41   "L":          Request that a package be reinstalled.
42   "M":          Mark a package as being automatically installed.
43                 Automatically installed packages are removed if no
44                 manually installed package requires them.
45   "m":          Mark a package as being manually installed.
46   "F":          Forbid a package from being automatically upgraded to
47                 a particular version; newer versions will be automatically
48                 installed.
49
50   "u":          Update the lists of available packages.
51   "U":          Mark all upgradable packages to be upgraded.
52   "g":          Perform all pending installations, removals, and upgrades.
53
54   Control-u:    Undo the last action or set of actions.
55   "/":          Perform a search.  (on the name of the package by default;
56                 see the README/User's Manual for more information).
57   "\":          Perform a backwards search.
58   "n":          Repeat the last search.
59   "N":          Repeat the last search, but in the opposite direction.
60   "b":          Search for the next broken package.
61
62   "v":          Show the available versions of a package.
63   "d":          Show the dependencies of a package.
64   "r":          Show the packages depending on a given package.
65
66   "D":          Display or hide the package information area.
67   "a":          Scroll the package information area up.
68   "z":          Scroll the package information area down.
69   "i":          Cycle through the package information views.
70
71   ",":          View the previous dependency solution.
72   ".":          View the next dependency solution, generating a new solution
73                 if necessary.
74   "<":          View the first dependency solution.
75   ">":          View the last dependency solution.
76
77     In the interactive resolver:
78   "a":          Approve an action, causing it to always be chosen over
79                 alternatives, or cancel an approval.
80   "r":          Reject an action, causing it to never be chosen, or
81                 cancel a rejection.
82
83
84   Packages in the package list are displayed like this by default:
85 idA   libsmbclient                             -2220kB 3.0.25a-1  3.0.25a-2
86
87   The three characters on the left-hand side of the display determine the
88 current state of the package.  The first letter is the "state" flag,
89 the second letter is the "action" flag, and the third letter is the
90 "automatic" flag.  They are followed by the package name, the change
91 in disk space attributed to it, and finally the current and available
92 versions of the package.
93
94
95   The "state" flag is one of the following:
96
97    v - virtual
98    B - broken
99    u - "unpacked"
100    C - half-configured
101    H - half-installed
102    c - removed, but config-files still present (ie, not purged)
103    i - installed
104    E - internal error (should not happen)
105
106   The "action" flag is one of the following:
107
108    h - hold
109    p - purge
110    d - delete (remove)
111    B - broken
112    i - install
113    r - reinstall
114    u - upgrade
115    F - the available upgrade has been forbidden via "F"
116
117   If present, the "automatic" flag is "A", indicating that the package
118 was automatically installed and will be removed when nothing depends
119 on it.
120
121
122   So, in the example above, libsmbclient is an automatically installed
123 package.  It could be upgraded from version 3.0.25a-1 to version
124 3.0.25a-2, but instead it will be deleted, freeing up 2220 kilobytes
125 of disk space.