Summary
** Internal Publish Only! This article may contain information that is not intended for external circulation. **
The instructions provided describe how to use Yum.
Procedure
- Basic Instructions
Code:
yum install packagename
- To install a package named MyAwesomePackage-103-34-3, type the following code:
Code:
yum install MyAwesome*
This returns all the packages starting with 'MyAwesome'. Yum will automatically let you know if you are missing any dependencies for a package. You will then be prompted to either install the package or not.