Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Unable to install or update Plesk on CloudLinux OS: The Yum utility failed to install the required packages

 
backupcloudlinuxhttpsimunify360install plesk

Symptoms

  • Installing or updating Plesk on the CloudLinux OS fails (the same error message is also available in the log file /var/log/plesk/install/autoinstaller3.log):

    # sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
    ...
    Exception: Failed to solve dependencies:
    psa-updates-17.8.11-rhel6.build1708200211.19.noarch requires nss >= 3.44.0-7.el6_10
    plesk-php70-pspell-7.0.33-centos7.18120712.x86_64 requires libpspell.so.15()(64bit)
    sw-engine-cli-2.24-2.24.11-0centos.7.181127.1152.x86_64 requires libicuuc.so.50()(64bit)
    plesk-php70-imagick-3.4.3-centos7.18021515.x86_64 requires libMagickWand.so.5()(64bit)
    1:plesk-php73-intl-7.3.0-centos7.18121116.x86_64 requires libicui18n.so.50()(64bit)
    plesk-core-17.8.11-cos7.build1708180301.19.x86_64 requires perl-Text-Iconv
    ...
    Error: The Yum utility failed to install the required packages.
    Attention! Your software might be inoperable.
    Please contact product technical support.

  • The CloudLinux repository is shown as disabled:

    # yum repolist | egrep ^cloudlinux | egrep server
    (Empty Output)

  • The CloudLinux repository is disabled in the file /etc/yum.repos.d/cloudlinux.repo:

    # egrep ^[cloudlinux|enabled /etc/yum.repos.d/cloudlinux.repo
    [cloudlinux-base]
    enabled=0
    [cloudlinux-updates]
    enabled=0
    ...

  • CloudLinux plugin for YUM yum-rhn-plugin is installed but it is disabled:

    # cat /etc/yum/pluginconf.d/rhnplugin.conf
    [main]
    enabled = 0
    ...

Cause

By default, CloudLinux repository is disabled because it is managed by CloudLinux YUM plugin yum-rhn-plugin. As this plugin is disabled, the CloudLinux repository remains disabled.

Resolution

  1. Connect into the server using SSH.

  2. Back up the file /etc/yum/pluginconf.d/rhnplugin.conf:

    # cp -a /etc/yum/pluginconf.d/rhnplugin.conf{,.backup}

  3. Enable the CloudLinux YUM plugin:

    # sed -i 's/^enabled = 0/enabled = 1/' /etc/yum/pluginconf.d/rhnplugin.conf

  4. Verify that the CloudLinux repository became enabled:

    # yum repolist
    ...
    cloudlinux-imunify360/7/x86_64 CloudLinux-7 - Imunify360 756
    cloudlinux-x86_64-server-7 CloudLinux Server 7 x86_64 47,408
    repolist: 48,164

  5. Install Plesk or update it.

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

WP Toolkit 6.2 Release Now Available

Read More »

You Are Always Safe When You Have an Up-To-Date Plesk Backup

Read More »

The Plesk HoliDeals Calendar is back (Part 1)

Read More »
Knowledge Base

Installing Plesk updates fails due to failed authorization on Imunify360 repositories: [Errno 14] HTTP Error 401 – Unauthorized

Read More »

Plesk update fails: GPG error: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY

Read More »

Plesk update failed: RPMDB altered outside of yum

Read More »

System update fails on a Plesk server with AlmaLinux/CloudLinux: package plesk-php74-imagick requires libMagickCore, but none of the providers can be installed

Read More »

Hosting Wiki

  • Cross Site Request Forgery (CSRF)
  • Cross-Origin Resource Sharing (CORS)
  • Server Redundancy
  • Postfix
  • PostgreSQL
  • AMP
  • DDoS
  • Bare Metal Server
  • Backup
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • Linux
  • Hosting Control Panel
  • Plesk
  • NoSQL Database
  • Web Server
  • DNS Server
  • SSH
  • Colocation Hosting
  • Reseller Hosting
  • Cloud Hosting
  • VPS Hosting
  • Dedicated Hosting
  • Shared Hosting
  • Free Hosting
  • Managed Hosting
  • HTTP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family