Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: commands to show where a package is installed?
Date: Sat, 10 Oct 2009 00:33:38
Message-Id: 87pr8wqea4.fsf@newsguy.com
In Reply to: Re: [gentoo-user] commands to show where a package is installed? by Zhengquan Zhang
1 Zhengquan Zhang <zhang.zhengquan@×××××.com> writes:
2
3 > 2009/10/9 Justin <justin@×××××××××.net>:
4 >> Zhengquan Zhang wrote:
5 >>> Hi, Gentoo users,
6 >>> I am new to gentoo and am wondering if there is a command to show
7 >>> where a package is installed? which file is installed in which
8 >>> directory?
9 >>>
10 >>> Thanks a lot,
11 >>>
12 >> emerge app-portage/portage-utils and go with "qlist package"
13 >
14 > Exactly, Thanks a bunch,
15
16 There is also `equery'
17
18 emerge app-portage/gentoolkit
19
20
21 equery files pkgname (without version number)
22
23 It can do a few things that q can't and vice-versa if I recall
24 correctly.