How to find out which RPM's have been additionally installed?

Mogens Kjaer mk at crc.dk
Tue May 18 07:05:53 UTC 2010


On 05/18/2010 08:41 AM, Joachim Backes wrote:
...
> My question: is there a simple way to find out which packages belong to
> the base version, and which packages have been installed as a later action?

You can sort the list of installed rpm's by install time:

rpm -qa --queryformat "%{INSTALLTIME}\t%{NAME}\t%{SUMMARY}\n" | sort -n

Mogens

-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25
Email: mk at crc.dk Homepage: http://www.crc.dk


More information about the users mailing list