• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Yum utility failed to install the required packages

3a-informatique

Basic Pleskian
hello,

I try to install a package plesk and I get an error

Code:
ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.


help me please


PLesk 11.0.9
CENTOS 6.4
 
Hi
yum clean all
rpmdb --rebuilddb
yum update
cd /etc/yum.repos.d/

rm -rf CentOS-Base.repo
mv CentOS-Base.repo.rpmnew CentOS-Base.repo
 
Thank you 3a-informatique

is this line ok?:
mv: cannot stat `CentOS-Base.repo.rpmnew': No such file or directory

I got:
mv: cannot stat `CentOS-Base.repo.rpmnew': No such file or directory

and got this same error ;(
 
Last edited:
Back
Top