Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Listing the files of an un-/installed package...?
Date: Thu, 17 May 2012 03:59:51
Message-Id: 4FB47753.4040600@gmail.com
In Reply to: [gentoo-user] Listing the files of an un-/installed package...? by meino.cramer@gmx.de
1 meino.cramer@×××.de wrote:
2 > Hi,
3 >
4 > how can I list all files of packages which is
5 >
6 > installed
7 >
8 > and which is
9 >
10 > not installed
11 >
12 > which uninstalling / installing the package in beforehand?
13 >
14 >
15 > Thankl you very much in advance for any help!
16 >
17 > Best regards,
18 > mcc
19 >
20 >
21 >
22 >
23
24
25
26 For installed packages, these two should work:
27
28 equery f <package name>
29
30 qlist <package name>
31
32 Not installed, not sure how to do that. You might could look it up on
33 this site:
34
35 http://www.portagefilelist.de/site/query/listPackageFiles
36
37 Depending on USE flags and such, that could vary a bit I guess.
38
39 Hope that helps.
40
41 Dale
42
43 :-) :-)
44
45 --
46 I am only responsible for what I said ... Not for what you understood or
47 how you interpreted my words!
48
49 Miss the compile output? Hint:
50 EMERGE_DEFAULT_OPTS="--quiet-build=n"