Neil Bothwick wrote: > On Wed, 4 Nov 2015 00:10:47 -0800, Raymond Jennings wrote: > >> A good place to start is to make a hotlist of anything that isn't owned >> by a package. >> >> You really shouldn't randomly delete things that portage thinks belongs >> to someone. >> >> But if you find orphaned junk, it could be fair game. > You can build a list of orphaned files with qfile > > qfile -o $(find / -xdev -type f) > > You may want to exclude /etc/ from the search path as that produces a lot > of hits. > >
I get a few hits on this, so far. If it reports that it is a orphan, just how sure is it that it is? Is it 100% and safe to delete or 90% and could break something? Dale :-) :-)