Re: [SLUG] How do I find...

From: Eric Jahn (eric@ejahn.net)
Date: Fri Oct 24 2003 - 05:58:19 EDT


Yast2 Control Center->Install Packages->Search for Packages->Provides [type
name of file in the field] will search all the rpms that come with the distro
and also all that you have installed on the system

On Friday 24 October 2003 01:57 am, you wrote:
> On Fri, 24 Oct 2003, Bob Stia wrote:
> > How do I find out what package a file/driver?? is in? All rpm's.
> > SuSE 8.2, kde3.1.4
> >
> > Examples:
> > libgimp-1.2.so.0
> > libgimpui-1.2.so.0
>
> For RPMs that you have, and if you have the space to blow, copy them all
> to the hard drive. Then, search them with something like
> for file in * ; do
> rpm -qlp $file | grep -q search_term && echo $file
> done
>
> or, go to rpmfind.net or freshrpms.net and see what you can search on. I
> know rpmfind.net lets you search for RPMs containing a particular file.
>
> or, ask a friendly geek. I have
>
> /usr/lib/libgimp-1.2.so.0
> /usr/lib/libgimp-1.2.so.0.0.3
> /usr/lib/libgimpui-1.2.so.0
> /usr/lib/libgimpui-1.2.so.0.0.3
>
> (among others) in gimp-1.2.3-9.i386.rpm . It sucks that SANE ('Standard
> Apple Numerical Environment'? Ain't acronym overloading fun?) wants you
> to install Gimp.

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 20:06:47 EDT