November 18

Linux: rpm search

Find installed rpms
rpm -qa | grep packagename

Find the latest installed rpms
rpm -qa –last

If you know the month the backup was ran (eg. January) type the following:
rpm -qa –last | grep Jan

Category: Linux | Comments Off on Linux: rpm search