• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

The Yum utility failed to install the required packages.

Chris1

Regular Pleskian
Hello,

We currently receive this error when trying to update via "Updates and Upgrades".

Code:
The Yum utility failed to install the required packages.

When we try to do a yum update via CLI, we get the following messages:

Code:
Loaded plugins: fastestmirror, rhnplugin
Setting up Update Process
Loading mirror speeds from cached hostfile
* cloudlinux-x86_64-server-6: cl-mirror.syd.ventraip.net.au
Resolving Dependencies
--> Running transaction check
---> Package plesk-php70-release.x86_64 0:7.0.5-centos6.16040516 will be updated
--> Processing Dependency: plesk-php70-release = 7.0.5-centos6.16040516 for package: plesk-php70-7.0.5-centos6.16040516.x86_64
---> Package plesk-php70-release.x86_64 0:7.0.6-centos6.16050418 will be an update
--> Finished Dependency Resolution
Error: Package: plesk-php70-7.0.5-centos6.16040516.x86_64 (@plesk-php-7.0)
           Requires: plesk-php70-release = 7.0.5-centos6.16040516
           Removing: plesk-php70-release-7.0.5-centos6.16040516.x86_64 (@plesk-php-7.0)
               plesk-php70-release = 7.0.5-centos6.16040516
           Updated By: plesk-php70-release-7.0.6-centos6.16050418.x86_64 (plesk-php-7.0)
               plesk-php70-release = 7.0.6-centos6.16050418
You could try using --skip-broken to work around the problem
** Found 12 pre-existing rpmdb problem(s), 'yum check' output follows:
alt-ImageMagick-6.9.0.0-4.el6.x86_64 is a duplicate with alt-ImageMagick-6.8.8.7-4.el6.x86_64
ixgbe-4.3.15-2.el6.noarch is a duplicate with ixgbe-4.3.13-2.el6.noarch
kernel-2.6.32-673.8.1.lve1.4.3.1.el6.x86_64 has missing requires of kmod-ixgbe-2.6.32-673.8.1.lve1.4.3.1.el6.x86_64
kernel-firmware-2.6.32-673.8.1.lve1.4.3.1.el6.noarch is a duplicate with kernel-firmware-2.6.32-673.8.1.lve1.4.3.el6.noarch
openssh-5.3p1-117.el6.x86_64 is a duplicate with openssh-5.3p1-114.el6_7.x86_64
openssl-1.0.1e-48.el6_8.1.x86_64 is a duplicate with openssl-1.0.1e-42.el6_7.4.x86_64
plesk-php55-5.5.35-centos6.16050418.x86_64 is a duplicate with plesk-php55-5.5.34-centos6.16040511.x86_64
plesk-php55-pdo-5.5.35-centos6.16050418.x86_64 is a duplicate with plesk-php55-pdo-5.5.34-centos6.16040511.x86_64
plesk-php56-5.6.21-centos6.16050510.x86_64 is a duplicate with plesk-php56-5.6.20-centos6.16040512.x86_64
plesk-php56-pdo-5.6.21-centos6.16050510.x86_64 is a duplicate with plesk-php56-pdo-5.6.20-centos6.16040512.x86_64
plesk-php70-7.0.6-centos6.16050418.x86_64 is a duplicate with plesk-php70-7.0.5-centos6.16040516.x86_64
plesk-php70-pdo-7.0.6-centos6.16050418.x86_64 is a duplicate with plesk-php70-pdo-7.0.5-centos6.16040516.x86_64

Here are the repos set up on the server:

Code:
autoinstaller-sources.repo
cloudlinux.repo
kernelcare.repo
mod_cloudflare.repo
plesk-letsencrypt.repo
plesk-php5.4.repo
plesk-php5.5.repo
plesk-php5.6.repo
plesk-php7.0.repo
tortix-common.repo

How do we resolve this problem?

This is happening on all of our Plesk 12.5 servers. Is there a problem with some of these packages in the Plesk repos?
 
Last edited:
Hi Chris1,

even that this is NO Plesk - related issue, here are some commands, that may help to solve issues with yum:

Code:
yum install yum-utils

yum clean all
yum clean metadata
yum check

yum-complete-transaction

package-cleanup --dupes
package-cleanup --cleandupes
 
Back
Top