• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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