Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Finding orphaned libs
Date: Mon, 08 Jun 2009 20:45:57
Message-Id: 200906082244.18324.alan.mckinnon@gmail.com
1 Hi,
2
3 Is there an easy way to detect the orphaned libs on and old machine who's
4 install dates back to 2004? The only idea I can come up with is
5
6 for I in /usr/lib/*.so.* ; do equery belongs $I ; done
7
8 which strikes me as being a tad overkill...
9
10
11 --
12 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] Finding orphaned libs Neil Bothwick <neil@××××××××××.uk>