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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
This file maps each file available in the Debian GNU/Linux system to
the package from which it originates. It includes packages from the
DIST distribution for the ARCH architecture.
You can use this list to determine which package contains a specific
file, or whether or not a specific file is available. The list is
updated weekly, each architecture on a different day.
When a file is contained in more than one package, all packages are
listed. When a directory is contained in more than one package, only
the first is listed.
The best way to search quickly for a file is with the Unix `grep'
utility, as in `grep <regular expression> CONTENTS':
$ grep nose Contents
etc/nosendfile net/sendfile
usr/X11R6/bin/noseguy x11/xscreensaver
usr/X11R6/man/man1/noseguy.1x.gz x11/xscreensaver
usr/doc/examples/ucbmpeg/mpeg_encode/nosearch.param graphics/ucbmpeg
usr/lib/cfengine/bin/noseyparker admin/cfengine
This list contains files in all packages, even though not all of the
packages are installed on an actual system at once. If you want to
find out which packages on an installed Debian system provide a
particular file, you can use `dpkg --search <filename>':
$ dpkg --search /usr/bin/dselect
dpkg: /usr/bin/dselect
FILE LOCATION
bin/afio utils/afio
bin/ash shells/ash
bin/bash shells/bash
bin/bash-minimal shells/bash-minimal
bin/bash-static shells/bash-static
usr/debug/bin/bash shells/bash-debug
usr/lib/uml/modules/2.6.24/kernel/fs/fat/fat.ko misc/user-mode-linux
usr/lib/uml/modules/2.6.24/kernel/fs/vfat/vfat.ko misc/user-mode-linux
usr/lib/perl5/Template.pm perl/libtemplate-perl
usr/bin/mp3gain audio/mp3gain
|