File: list

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 (28 lines) | stat: -rw-r--r-- 929 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
21
22
23
24
25
26
27
28
Help on 'list'                                                  Feta 1.4.0
--------------------------------------------------------------------------

'list' will display a list of all installed packages, along with their
short description, and installed state.

'list' can also optionally be given a wildcard to match, and display those
packages (whether or not they are installed).

EXAMPLES
--------
To list all installed packages:
 $ feta list

To list all packages:
 $ feta list '*'

To list all packages starting with z:
 $ feta list 'z*'

OTHER REFERENCES
----------------
'list' uses dpkg --list; see dpkg(8) for more information. You might also
want to look at the 'list-installed', 'available', and 'names' commands,
which do similar things but with different output.

--------------------------------------------------------------------------
Help on 'list'                                                  Feta 1.4.0