Query last 5 installed rpms by date
rpm -qa --queryformat '%{installtime} (%{installtime:date}) %{name}\n' | sort -n | tail -5
Source: http://www.tummy.com/journals/entries/jafo_20071031_225537
Source: http://www.tummy.com/journals/entries/jafo_20071031_225537
Comments
Post a Comment