Fix EasyApache YUM Failed Error

YUM-Failed-Error

Fix EasyApache YUM Failed Error

Let’s see the methods to resolve the “The Servers System Package Manager, YUM Failed” error that occurs while executing the Easyapache. This error is caused by 32-bit and 64-bit packages. You need to ensure that you have installed the correct packages as per your OS bit.

Method 1:

To remove metadata and clean all cache, you can use the command given below.

yum clean metadata
yum clean all

Now run easyapache. If the previous method did not resolve the issue, then perform the update command.

Method 2:

When easyapache fails, the package manager must perform properly to identify the issue.
First, try the yum update command.

yum -y update

If the yum update also fails, it might be due to RPM database corruption. To resolve this issue, you can run the commands listed below.

rm -f /var/lib/rpm/__db.*
rpm -vv –rebuilddb
yum update

Once you finish the update, run easyapache; now, it should work properly and without any error.

Method 3:

If the previous method fails again, then you must probably verify the OpenSSL configuration on the server.

file /usr/lib/openssl/engines/libsureware.so from install of openssl-0.9.8e-12.el5_5.7.i386 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i686
file /usr/lib/openssl/engines/libubsec.so from install of openssl-0.9.8e-12.el5_5.7.i386 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i686

When the CentOS teams upload the i3486 package instead of the i686 repository, an error occurs in OpenSSL. You can run the following command to reinstall the OpenSSL.

rpm -e –justdb –nodeps OpenSSL.i386
yum install openssl

After completing the reinstallation, launch easyapache to resolve the YUM failed error. 

If you still face the error or got stuck anywhere, then feel free to reach us, we will assist you. Get Support.

To get more updates you can follow us on Facebook, Twitter, LinkedIn

Subscribe to get free blog content to your Inbox
Loading

Written by actsupp-r0cks