Get a list of packages installed via RPM
Want to know if a package is installed on an RPM-based system like Fedora or Redhat Enterprise Linux (RHEL)
rpm -qa | grep -i <package>
If you just want a listing of the packages installed (newest first)
rpm -qa --last | more
Written by James Barnett
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#