Gentoo Archives: gentoo-user

From: Willie Wong <wwong@××××××××××××××.EDU>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Crufted with perl modules?
Date: Wed, 17 Nov 2010 02:04:56
Message-Id: 20101117020359.GA9235@math.princeton.edu
In Reply to: Re: [gentoo-user] Crufted with perl modules? by Grant
1 On Tue, Nov 16, 2010 at 05:42:24PM -0800, Grant wrote:
2 > > qfile -orphans ?
3 >
4 > That sounds promising but I get:
5 >
6 > # qfile --orphans
7 > Usage: qfile <opts> <filename> : list all pkgs owning files
8 >
9
10 qfile --orphans needs to take input a filename.
11
12 So to go through your system looking for all orphaned files, you do
13 something like
14
15 find / -exec qfile -o '{}' \;
16
17 ... which will produce a load of output that you don't want. So best
18 to (1) restrict to smaller subdirectories (instead of /, do
19 /usr/lib/perl5), and (2) redirect the output to disk.
20
21 W
22 --
23 Willie W. Wong wwong@××××××××××××××.edu
24 Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
25 et vice versa ~~~ I. Newton

Replies

Subject Author
Re: [gentoo-user] Crufted with perl modules? Grant <emailgrant@×××××.com>
Re: [gentoo-user] Crufted with perl modules? Joerg.Schilling@fokus.fraunhofer.de (Joerg Schilling)