Re: [gentoo-user] How to discover what is the package of a given file?

2006-10-25 Thread Vikas Kumar
On 18:58 Wed 25 Oct , Leandro Melo de Sales wrote: Hi list, How to discover what is the package of a given file? Should I use emerge command? Leandro if i've understood your question right then may be, # equery belongs file equery comes with gentoolkit. # emerge

Re: [gentoo-user] How to discover what is the package of a given file?

2006-10-25 Thread Justin Findlay
On AD 2006 October 26 Thursday 03:44:29 AM +0530, Vikas Kumar wrote: # equery belongs file equery comes with gentoolkit. # emerge gentoolkit You can alternatively try qfile from portage-utils. # emerge portage-utils $ qfile $(which file) -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] How to discover what is the package of a given file?

2006-10-25 Thread Neil Hodges
Hello, Isn't qfile deprecated? - Neil On 16:35 Wed 25 Oct , Justin Findlay wrote: On AD 2006 October 26 Thursday 03:44:29 AM +0530, Vikas Kumar wrote: # equery belongs file equery comes with gentoolkit. # emerge gentoolkit You can alternatively try qfile from portage-utils.

Re: [gentoo-user] How to discover what is the package of a given file?

2006-10-25 Thread Leandro Melo de Sales
Thank you Vikas and Justin. It works for me. Leandro 26 Oct 2006 03:44:29 +0530, Vikas Kumar [EMAIL PROTECTED]: On 18:58 Wed 25 Oct , Leandro Melo de Sales wrote: Hi list, How to discover what is the package of a given file? Should I use emerge command? Leandro if i've