Thomas Adam wrote:
> > 2. Is there a way to ask the system which package owns a specific
> > installed file?
>
> dpkg -S file
Even faster:
dlocate file
apt-cache show dlocate
Very nice.
Bob
signature.asc
Description: Digital signature
On Thu, Jun 16, 2005 at 10:24:36PM -0400, Michael Marsh wrote:
> On 6/16/05, Charlie Zender <[EMAIL PROTECTED]> wrote:
> > 1. Which package contains the man-pages for C-library functions like
> > sprintf()?
>
> manpages-dev
>
> > 2. Is there a way to ask the system which package owns a specific
>
--- Charlie Zender <[EMAIL PROTECTED]> wrote:
> Hi,
>
> 1. Which package contains the man-pages for C-library functions like
> sprintf()?
manpages-dev
> 2. Is there a way to ask the system which package owns a specific
> installed file?
dpkg -S file
> 3. Is there a way to determine the nam
On 6/16/05, Charlie Zender <[EMAIL PROTECTED]> wrote:
> 1. Which package contains the man-pages for C-library functions like
> sprintf()?
manpages-dev
> 2. Is there a way to ask the system which package owns a specific
> installed file?
$ dpkg -S /usr/share/man/man3/sprintf.3.gz
manpages-dev: /
4 matches
Mail list logo