Home / Operating Systems / HowTo list all files installed by an RPM package/
ServerTune provides -- managed and un-managed -- VPS hosting solutions at affordable prices to accommodate your personal and/or businesses needs.
Click here for more info ...

Browse by category
Search | Advanced search
SSH to the server and run the following command to see the libraries installed by the package cup-slibs :
You'll get:
/usr/lib/libcupsimage.so.2As you can see above, the cups-libs package installed two files, only. The switch -ql, informs rpm to query the rpm database, and then list all files associated with this rpm package.