Page 1 of 1

What did I install again? (RPM)

Posted: 19 Jul 2010, 23:23
by viking60
Often I have wondered what an update (or I) have installed in Mandriva. I never remember the command so I just write it down here:

Code: Select all

rpm -qa --last | less

This will show the installations - the last one being on top and the oldest one at the bottom. Exit with q.

Re: What did I install again? (RPM)

Posted: 21 Jul 2010, 22:18
by Joste
Nice! I didn't know you could do that, great for after updates.

Re: What did I install again? (RPM)

Posted: 22 Jul 2010, 01:58
by viking60
Yes exactly. I like it a lot, it gives me a feeling of control after those automated updates.