Showing posts with label yum rpm. Show all posts
Showing posts with label yum rpm. Show all posts

Tuesday, May 22, 2012

Install RPM with Yum

You can install RPM packages with 'rpm' command but it doesn't resolve dependencies. So, to automatically install dependencies with the package, yum can be used as:
yum install package_name.rpm
If you are getting errors like "Package is not signed", do this:
yum --nogpgcheck install package_name.rpm