Recipe 2.7. Finding Recently Installed RPMs

 < Day Day Up > 

2.7.1 Problem

You installed some new packages a few days ago, and you've forgotten what they are.

2.7.2 Solution

Use the last option:

# rpm -qa  last

This command lists all installed RPMs, with the newest first.

2.7.3 Discussion

If the list is too long, pipe it into less or head: rpm -qa --last|head.

2.7.4 See Also

  • rpm(8)

  • Maximum RPM (http://www.rpm.org/max-rpm/index.html)

     < Day Day Up > 


    Linux Cookbook
    Linux Cookbook
    ISBN: 0596006403
    EAN: 2147483647
    Year: 2004
    Pages: 434

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net