Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Listing the files of an un-/installed package...?
Date: Thu, 17 May 2012 04:29:59
Message-Id: EAE71534-5CDF-495E-9DD3-897B70BF66FA@stellar.eclipse.co.uk
In Reply to: [gentoo-user] Listing the files of an un-/installed package...? by meino.cramer@gmx.de
1 On 17 May 2012, at 04:19, meino.cramer@×××.de wrote:
2 > how can I list all files of packages which is
3 >
4 > installed
5
6 eix -I --only-names > installed.txt
7
8 > and which is
9 >
10 > not installed
11
12 eix --only-names > all_packages.txt
13
14 diff installed.txt all_packages.txt | grep --exercise --left --to --the --reader
15
16 Stroller.