| HowTo list all files installed by an RPM package | |||||||||||||
SSH to the server and run the following command to see the libraries installed by the package cup-slibs :
You'll get: /usr/lib/libcups.so.2 As 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. |
|||||||||||||
Last update: March 21st, 2010 ••• Copyright © 2004-2010 ServerTune Inc.

