Jonathan Ryshpan wrote:
On Wed, 2006-03-29 at 11:26 +0530, Rahul Sundaram wrote:On Tue, 2006-03-28 at 21:52 -0800, Jonathan Ryshpan wrote:Is there an easy way to find out which RPMs have been upgraded -- all using yumex -- since FC5 was installed? -- in a specified period oftime?Using yum maybe?rpm -q --last might be of help.
And for the history log: less /var/log/yum.log (and .1 etc if it's been rolled over). This doesn't show transactions performed directly with rpm ! DaveT.