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!

No comments: