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 43 44 45 46 47
|
apt-file version 0.2.0
(c) 2001 Sebastien J. Gross <seb@sjgross.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
CONTACTS
apt-file can be found here:
http://www.sjgross.org/app/apt-file
The CVS repository may be browsed:
http://www.sjgross.org/cgi-bin/cvsweb.cgi/apt-file
To checkout the CVS version:
$ export CVSROOT=:pserver:anonymous@sjgross.org:/cvsroot/sjgross
$ cvs login
(type an empty password)
$ cvs co apt-file
The mailing list:
to send a message: apt-file@sjgross.org
subscribe: send a mail to apt-file-subscribe@sjgross.org
unsubscribe: send a mail to apt-file-unsubscribe@sjgross.org
see the archive:
http://listes.tuxfamily.org/?A=LIST&L=apt-file_sjgross.org
BUG
None yet :)
Please feel free to report bugs at seb@sjgross.org
|