Help on 'contents'                                              Feta 1.4.0
--------------------------------------------------------------------------

This command lists all the files contained in a package. It can display
the contents of a package file, or an installed package.

EXAMPLES
--------
To display the contents of the zsh package, if you have it installed:
 $ feta contents zsh

To display the contents of a slang1-dev package you have downloaded:
 $ feta contents slang1-dev_1.4.4-7.2_i386.deb

Like other Feta commands, you can combine file and package names:
 $ feta contents slang1-dev_1.4.4-7.2_i386.deb zsh

OTHER REFERENCES
----------------
Feta uses 'dpkg -c' for package files, and 'dpkg --listfiles' for packages.
See dpkg-deb(8) and dpkg(8) for more information.

--------------------------------------------------------------------------
Help on 'contents'                                              Feta 1.4.0
