Re: How to find out which RPM's have been additionally installed?
- From: Mogens Kjaer <mk@xxxxxx>
- Date: Tue, 18 May 2010 09:05:53 +0200
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@xxxxxx Homepage: http://www.crc.dk
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- Follow-Ups:
- Re: How to find out which RPM's have been additionally installed?
- From: Joachim Backes
- Re: How to find out which RPM's have been additionally installed?
- References:
- How to find out which RPM's have been additionally installed?
- From: Joachim Backes
- How to find out which RPM's have been additionally installed?
- Prev by Date: Re: How to find out which RPM's have been additionally installed?
- Next by Date: Re: How to find out which RPM's have been additionally installed?
- Previous by thread: Re: How to find out which RPM's have been additionally installed?
- Next by thread: Re: How to find out which RPM's have been additionally installed?
- Index(es):
Relevant Pages
|