File: provides

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 (25 lines) | stat: -rw-r--r-- 920 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
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