On Friday, January 24, 2003, at 05:30 PM, [EMAIL PROTECTED] wrote:
Is there way to tell which .deb (and/or package) is responsible for
installing a particular file in /sw?
Yes, "dpkg -S README" for example.
But dpkg -S is slow. So, i ported the package "dlocate" to fink.
dlocate uses GNU l
dpkg -S file
will tell you the package name, so
% dpkg -S /sw/bin/zmore
gives:
gzip: /sw/bin/zmore
and:
% dpkg -S zmore
gzip: /sw/share/man/man1/zmore.1
bzip2: /sw/bin/bzmore
bzip2: /sw/share/man/man1/bzmore.1
gzip: /sw/bin/zmore
On Friday, January 24, 2003, at 08
Is there way to tell which .deb (and/or package) is responsible for
installing a particular file in /sw?
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_