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.