Posts

Showing posts with the label rpm

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