Howto: Finding out recently Installed RPMs under Suse Linux

by on December 21, 2005 · 3 comments· Last updated December 21, 2005

Asked by Ram Kumar

Q. Simple question, I have installed few new packages a week ago, and now I have forgotten names of packages. I want name of recently Installed RPMs.

A. RPM works under both Suse and Red Hat/Fedora Linux. You can simply use following syntax to get list of the last rpms:

# rpm -qa --last

Use less pipe to get one page output at a time

# rpm -qa -last | less

You can find out more information online using RPM book called Maximum RPM by Red Hat, Inc and read man page of rpm command.



You should follow me on twitter here or grab rss feed to keep track of new changes.

Featured Articles:

{ 3 comments… read them below or add one }

1 Anonymous December 21, 2005 at 7:16 am

Here is another way I use. There is a log file created by YaST with installation details:One can use less or tail for inspection.

tail /var/log/YaST2/y2logRPM

2005-12-08 22:25:40 perl-XML-Simple-2.14-2.i586.rpm installed ok
2005-12-08 22:25:41 perl-HTML-Parser-3.45-4.i586.rpm installed ok
2005-12-08 22:25:43 perl-libwww-perl-5.803-4.i586.rpm installed ok
2005-12-09 16:46:58 xine-skins.rpm installed ok

Cheers,
Rainer

Reply

2 nixcraft December 21, 2005 at 12:36 pm

Rainer, nice :) We appreciate your post!

Reply

3 kamal kakkar June 7, 2012 at 9:28 am

Good to know… “Nixcraft” rocks….

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 3 + 6 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: