Re: [expert] Searching for files in packages

2001-05-02 Thread tml tml
From: D. R. Evans [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [expert] Searching for files in packages Date: Tue, 1 May 2001 15:51:59 -0600 On 1 May 01, at 14:25, Laurent Duperval wrote: Hi, It used to be (in 7.2) that you could search for a file

Re: [expert] Searching for files in packages

2001-05-02 Thread Laurent Duperval
On 1 May, D. R. Evans wrote: On 1 May 01, at 15:14, Stephen Lawrence Jr. wrote: Command Line: $ whereis nslookup nslookup: /usr/bin/nslookup /usr/share/man/man8/nslookup.8.bz2 $ rpm -qf /usr/bin/nslookup bind-utils-9.1.1-1mdk Well, yes. If you happen to be looking for

Re: [expert] Searching for files in packages

2001-05-02 Thread Stephen Lawrence Jr.
I usually login to http://rpmfind.net and search for the binary filename there. It will show you all packages that contain the file. -- Stephen Lawrence Jr. - Programmer [EMAIL PROTECTED] California Animal Health Food Safety Laboratory System, UC Davis (530)-752-4614 Laurent Duperval wrote: On

[expert] Searching for files in packages

2001-05-01 Thread Laurent Duperval
Hi, It used to be (in 7.2) that you could search for a file and it would tell you what package to find it in. That functionality seems to have disappeared form the Software Manager. Is that a fact or am I not doing things properly? Specifically, I'm looking for the package which has nslookup in

Re: [expert] Searching for files in packages

2001-05-01 Thread Wolfgang Bornath
On Tue, May 01, 2001 at 14:25 -0400, Laurent Duperval wrote: Hi, It used to be (in 7.2) that you could search for a file and it would tell you what package to find it in. That functionality seems to have disappeared form the Software Manager. Is that a fact or am I not doing things

Re: [expert] Searching for files in packages

2001-05-01 Thread John Wolford
Laurent, I've never used that tool, but you could get it from doing something like locate nslookup |xargs rpm -qf or the longhanded version: locate nslookup to find the file, then rpm -qf filename to find the owner package. If locate gives you too many files then try find / -name nslookup

Re: [expert] Searching for files in packages

2001-05-01 Thread John Wolford
Hi again, Just thought i'd mention that i don't have access to linux from where i am, but i'm sure there are some more efficient ways of doing that. Can you make locate only locate executables, or locate exact-matching filenames? I don't know, but if you can then you don't have to worry about

Re: [expert] Searching for files in packages

2001-05-01 Thread D. R. Evans
On 1 May 01, at 14:25, Laurent Duperval wrote: Hi, It used to be (in 7.2) that you could search for a file and it would tell you what package to find it in. That functionality seems to have disappeared form the Software Manager. Is that a fact or am I not doing things properly?

Re: [expert] Searching for files in packages

2001-05-01 Thread Stephen Lawrence Jr.
Command Line: $ whereis nslookup nslookup: /usr/bin/nslookup /usr/share/man/man8/nslookup.8.bz2 $ rpm -qf /usr/bin/nslookup bind-utils-9.1.1-1mdk "D. R. Evans" wrote: On 1 May 01, at 14:25, Laurent Duperval wrote: > Hi, > > It used to be (in 7.2) that you could search for a file and it would