Showing posts with label Fedora linux yum rpm. Show all posts
Showing posts with label Fedora linux yum rpm. Show all posts

Thursday, April 5, 2012

Determine what yum installed

How to determine what yum installed on Fedora linux:

rpm -qi --filesbypkg package-name

For example

rpm -qi --filesbypkg qt-examples

Thanks http://stackoverflow.com/questions/8068516/how-do-i-find-out-w-yum-or-rpm-what-files-it-installed!