Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] List of recently installed/updated packages in chronological order?
Date: Fri, 03 Feb 2012 22:31:20
Message-Id: 7228169.veQ4fdrpZT@weird
In Reply to: [gentoo-user] List of recently installed/updated packages in chronological order? by Hilco Wijbenga
1 Hilco Wijbenga writes:
2
3 > My Eclipse (Indigo) has started crashing today. So I wanted to see
4 > which packages I had installed/upgraded recently.
5 >
6 > I can, of course, go through emerge.log manually but I was wondering
7 > if there was a tool that could simply provide me with a
8 > chronologically ordered list of installed/updated packages?
9
10 app-portage/genlop does this:
11
12 wonko@weird ~ $ genlop -l | tail
13 Sun Jan 29 20:34:21 2012 >>> media-libs/sdl-mixer-1.2.12
14 Sun Jan 29 20:34:51 2012 >>> media-libs/sdl-image-1.2.12
15 Sun Jan 29 21:36:20 2012 >>> dev-lang/gdl-0.9.2
16 Tue Jan 31 15:54:22 2012 >>> kde-base/kopete-4.7.4
17 Fri Feb 3 14:52:51 2012 >>> sys-kernel/gentoo-sources-3.2.1-r2
18 Fri Feb 3 17:01:48 2012 >>> net-dialup/fcpci-0.1-r7
19 Fri Feb 3 17:02:19 2012 >>> dev-util/exmap-0.10
20 Fri Feb 3 17:02:38 2012 >>> app-emulation/virtualbox-modules-4.1.8
21 Fri Feb 3 17:02:53 2012 >>> app-emulation/vmware-modules-264.1
22
23 Wonko

Replies

Subject Author
Re: [gentoo-user] List of recently installed/updated packages in chronological order? Neil Bothwick <neil@××××××××××.uk>