yum clean all
yum update
Hello @stevennguyen
Thank you for contacting cPanel! I am sorry to see that you are receiving an error message when you attempt to access the EasyApache 4 interface. Can you please login to your server via SSH and run the following commands?
If there are package conflicts or dependency solving issues, the yum update command will provide specific details near the bottom of its output. Please share that with us and we will be happy to review. You are also welcome to submit a ticket using the link in my signature so that our analysts may access your server directly to help you solve the issue.Code:yum clean all yum update
Best regards.
Hello @stevennguyen
Thank you for contacting cPanel! I am sorry to see that you are receiving an error message when you attempt to access the EasyApache 4 interface. Can you please login to your server via SSH and run the following commands?
If there are package conflicts or dependency solving issues, the yum update command will provide specific details near the bottom of its output. Please share that with us and we will be happy to review. You are also welcome to submit a ticket using the link in my signature so that our analysts may access your server directly to help you solve the issue.Code:yum clean all yum update
Best regards.
grep distroverpkg /etc/yum.conf
rpm -q PACKAGENAME
[[email protected] ~]# grep distroverpkg /etc/yum.conf
distroverpkg=centos-release
[[email protected] ~]# rpm -q centos-release
centos-release-7-8.2003.0.el7.centos.x86_64
yum install PACKAGENAME
yum install centos-release