File: which-package

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 (26 lines) | stat: -rw-r--r-- 1,042 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
26
Help on 'which-package'                                         Feta 1.4.0
--------------------------------------------------------------------------

The 'which-package' command will tell you what package owns a filename or
filenames on your system. Some filenames may be provided by multiple
packages. Unlike the 'find' command, 'which-package' uses the Debian
package database server, so you can get information about packages not on
your system.

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

To all packages containing GNOME-related files:
 $ feta which-package gnome

OTHER REFERENCES
----------------
Feta uses auto-apt(1) to contact the server and display the results. The
'find' command, although it only works for local files, does not require
you to be connected to the Internet to use, and otherwise works the same
way.

--------------------------------------------------------------------------
Help on 'which-package'                                        Feta 1.4.0