Gentoo Archives: gentoo-user

From: Matthew Cline <matthew.cline@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] list of files to be installed by a package
Date: Tue, 23 Aug 2005 17:03:29
Message-Id: ff4f69a0050823095533e02365@mail.gmail.com
In Reply to: [gentoo-user] list of files to be installed by a package by "de Almeida
1 On 8/23/05, de Almeida, Valmor F. <dealmeidav@××××.gov> wrote:
2 >
3 >
4 > Hello List,
5 >
6 > Is it possible to find out what are the file names (full path) to be
7 > installed by a package without installing it?
8 >
9
10 IIRC, it is not possible to get a complete file list without actually
11 compiling the package, because the different USE flags declared change
12 which files will be installed.
13
14 However, if you are willing to build the package without actually
15 installing it to your system, you can run emerge with the '-B' option
16 to build a binary package. This command creates a .tbz2 archive
17 containing all of the files that would be installed by the package,
18 which you can then browse through.
19
20 HTH,
21
22 Matt
23
24 --
25 gentoo-user@g.o mailing list