File: to-install

package info (click to toggle)
feta 1.4.15
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 444 kB
  • ctags: 85
  • sloc: perl: 1,200; sh: 192; makefile: 55
file content (20 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Help on 'to-install'                                            Feta 1.4.0
--------------------------------------------------------------------------

The 'to-install' command lists all packages that are marked to be
installed, but are not actually installed yet. Generally packages are
marked like this using dselect(8).

EXAMPLES
--------
To list packages to be installed:
 $ feta to-install

OTHER REFERENCES
----------------
'to-install' uses 'dpkg --list' and searches for packages that are to
be installed (that is, lines that start with 'i', but whose second
character is not 'i').

--------------------------------------------------------------------------
Help on 'to-install'                                            Feta 1.4.0