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
|
apt-file version 2.0.5
(c) 2001-5 Sebastien J. Gross <sjg@debian.org>
DESCRIPTION
apt-file allows you to find in which package a file is included. This
application has the same behaviour than the James Treacy's script
found at http://packages.debian.org.
In an other hand you can list all files included in a package without
installing or downloading it (see dpkg -S and dpkg --contents for more
details about listing a package content).
INSTALLATION
apt-file requires Andy Wardley's AppConfig perl module version 1.52 or
greater found on the CPAN (http://www.cpan.org).
run make install to install apt-file.
USAGE
see apt-file (1) man page for more details
Please note that curl is need with _THIS_ configuration file only
If you prefer using wget, it's up to you but you _MUST_ change the
chanfinguration file according to your choice.
This explains why nor wget nor curl are in the package dependances but
on recommends.
|