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
|