Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: clean-up root partition
Date: Wed, 04 Nov 2015 09:26:18
Message-Id: 20151104092600.183f973b@digimed.co.uk
In Reply to: Re: [gentoo-user] Re: clean-up root partition by Raymond Jennings
1 On Wed, 4 Nov 2015 00:10:47 -0800, Raymond Jennings wrote:
2
3 > A good place to start is to make a hotlist of anything that isn't owned
4 > by a package.
5 >
6 > You really shouldn't randomly delete things that portage thinks belongs
7 > to someone.
8 >
9 > But if you find orphaned junk, it could be fair game.
10
11 You can build a list of orphaned files with qfile
12
13 qfile -o $(find / -xdev -type f)
14
15 You may want to exclude /etc/ from the search path as that produces a lot
16 of hits.
17
18
19 --
20 Neil Bothwick
21
22 How is it that we put man on the moon before we figured out it would be a
23 good idea to put wheels on luggage?

Replies

Subject Author
Re: [gentoo-user] Re: clean-up root partition Dale <rdalek1967@×××××.com>