Can yum tell me what I have added to the base installation?

Michael Schwendt mschwendt at gmail.com
Wed Mar 19 09:54:00 UTC 2008


On Wed, 19 Mar 2008 09:25:43 +0000, Chris G wrote:

> Is there any way to get yum to tell me what I have added to a Fedora 7
> installation since the base installation (from CD/DVD) was done?
> 
> Even a list in order of time of installation would be good enough.

See  /var/log/yum.log*

Plus

  rpm --query --all --last|less
  or: rpm -qa --last|less

which shows the install-time of every RPM package that is installed.




More information about the fedora-list mailing list