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
