Mailinglist Archive: opensuse (2912 mails)
| < Previous | Next > |
Re: [SLE] List of recent installs ?
- From: Jeff Pohlmeyer <yetanothergeek@xxxxxxxxx>
- Date: Wed, 23 Feb 2005 15:31:01 -0800 (PST)
- Message-id: <20050223233101.10147.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
> Is there a way to see what I installed recently ?
rpm -qa --queryformat '%{NAME} %{INSTALLTIME}\n' | sort -gk2
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
rpm -qa --queryformat '%{NAME} %{INSTALLTIME}\n' | sort -gk2
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about security. So do we.
http://promotions.yahoo.com/new_mail
| < Previous | Next > |