261 - yum whatprovides
admin - Fri, 11/02/2012 - 15:32
To searching for package names, yum's "whatprovides" option can be used
to locate the package that contains a specific executable:
If you need the package libXp.so.6, You can search for the package by adding
'*/ before the package name and closing it by '
# yum whatprovides '*/libXp.so.6' .............. *** You can install it as the following # yum install libXp.so.6 |
Linux:
- Log in to post comments