Help on 'provides'                                              Feta 1.4.0
--------------------------------------------------------------------------

The 'provides' command will tell you what package "owns" a filename or
filenames on your system. Some filenames may be provided by multiple
packages.

EXAMPLES
--------
To find the package that owns /usr/bin/mformat:
 $ feta provides /usr/bin/mformat

To all packages containing Perl modules:
 $ feta provides '*.pm'

OTHER REFERENCES
----------------
Feta uses the 'dpkg --search' command to find package names; this is not
the same as the Feta search command, or the APT search command.

'provides' only works on installed packages. To find what uninstalled
packages may own a file, see the 'which-package' command.

--------------------------------------------------------------------------
Help on 'provides'                                              Feta 1.4.0
