file search in package archives?

2001-05-30 Thread DvB
dpkg -S does this on installed packages but is there a way to search for a file in packages that aren't installed yet? Does apt store this information? I found http://www.debian.org/distrib/packages which works fine but was wondering if there was a way to do it without a net connection.

Re: file search in package archives?

2001-05-30 Thread Colin Watson
DvB [EMAIL PROTECTED] wrote: dpkg -S does this on installed packages but is there a way to search for a file in packages that aren't installed yet? Does apt store this information? No, but you could download dists/whatever/Contents-i386.gz (or similar for other architectures) every so often

Re: file search in package archives?

2001-05-30 Thread Rob VanFleet
On Wed, May 30, 2001 at 02:04:58PM -0500, DvB wrote: dpkg -S does this on installed packages but is there a way to search for a file in packages that aren't installed yet? Does apt store this information? While not as exact as zgrep'ing the Contents-i386.gz file, as someone else suggested,