View previous topic :: View next topic |
Author |
Message |
Mgiese Veteran
Joined: 23 Mar 2005 Posts: 1626 Location: indiana
|
Posted: Wed Feb 07, 2007 11:43 pm Post subject: which package provides "lspci" [solved] |
|
|
how can i search for a package that provides as example "lspci"
thx a lot _________________ I do not have a Superman complex, for I am God not Superman
Ryzen9 7950x (powersave governor) ; Geforce 3050 (70w) ; kernel 6.10.6 ; XFCE
Last edited by Mgiese on Thu Feb 08, 2007 12:05 am; edited 1 time in total |
|
Back to top |
|
|
user Apprentice
Joined: 08 Feb 2004 Posts: 211
|
Posted: Wed Feb 07, 2007 11:45 pm Post subject: |
|
|
Code: |
# equery b /usr/sbin/lspci
[ Searching for file(s) /usr/sbin/lspci in *... ]
sys-apps/pciutils-2.2.3-r2 (/usr/sbin/lspci)
|
|
|
Back to top |
|
|
madisonicus Veteran
Joined: 20 Sep 2006 Posts: 1130
|
Posted: Wed Feb 07, 2007 11:47 pm Post subject: |
|
|
user wrote: | Code: |
# equery b /usr/sbin/lspci
[ Searching for file(s) /usr/sbin/lspci in *... ]
sys-apps/pciutils-2.2.3-r2 (/usr/sbin/lspci)
|
| In the interest of avoiding a circular definition: Code: | $ equery b equery
[ Searching for file(s) equery in *... ]
app-portage/gentoolkit-0.2.2 (/usr/bin/equery) |
_________________ Please add [SOLVED] to your message title if you feel that your question has been answered.
------
Intel Q9300 Core2 Quad * Gigabyte GA-EP35C-DS3R
Samsung x360
AMD64 x2 4200+ * TF7050-M2 * HTPC
ZOTAC ION A-U Mini-ITX * HTPC |
|
Back to top |
|
|
Mgiese Veteran
Joined: 23 Mar 2005 Posts: 1626 Location: indiana
|
Posted: Thu Feb 08, 2007 12:00 am Post subject: |
|
|
hey if that wasnt fast , what is "fast" then , THX a LOT
but what to do an a blank system if i forget that gentoolkit provides equery +joke+
does this work in a different direction ? how do i know which binaries are provided by a specific app ? for example what is in gentoolkit ? i know i should read the MAN pages, but i got so many experienced people here, that saves so much time always.. _________________ I do not have a Superman complex, for I am God not Superman
Ryzen9 7950x (powersave governor) ; Geforce 3050 (70w) ; kernel 6.10.6 ; XFCE |
|
Back to top |
|
|
timeBandit Bodhisattva
Joined: 31 Dec 2004 Posts: 2719 Location: here, there or in transit
|
Posted: Thu Feb 08, 2007 12:54 am Post subject: |
|
|
Mgiese wrote: | how do i know which binaries are provided by a specific app ? for example what is in gentoolkit ? i know i should read the MAN pages, but .... | Like so: Code: | ~ $ equery files gentoolkit
[ Searching for packages matching gentoolkit... ]
* Contents of app-portage/gentoolkit-0.2.2:
/etc
/etc/eclean
/etc/eclean/distfiles.exclude
/etc/eclean/packages.exclude
/etc/env.d
/etc/env.d/99gentoolkit-env
/etc/revdep-rebuild
/etc/revdep-rebuild/99revdep-rebuild
/usr
/usr/bin
/usr/bin/eclean
/usr/bin/eclean-dist -> eclean
/usr/bin/eclean-pkg -> eclean
/usr/bin/equery
... |
As for the rest, I won't say it.
I won't...
Mustn't...
state ...
obvious ...
READ THE F*i*n*e MANUAL!
Sorry, it slipped out.
(The excellent Portage docs on this h'yer website are also worth a little of your time.) _________________ Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others. |
|
Back to top |
|
|
gsgleason n00b
Joined: 06 Feb 2007 Posts: 31
|
Posted: Thu Feb 08, 2007 1:07 am Post subject: |
|
|
just wanted to point out that I had the same question and found the answer in the Gentoo Handbook under the kernel configuration section... |
|
Back to top |
|
|
clockwork06 n00b
Joined: 04 Jun 2006 Posts: 41
|
Posted: Sun Feb 25, 2007 10:06 pm Post subject: |
|
|
One thing it doesnt do is provide you with a way to find what supplies a command without having the package installed. |
|
Back to top |
|
|
|