Skip to main content

Needed system packages were not installed: libzstd

Comments

14 comments

  • cPRex Jurassic Moderator

    Hey there!  I'm guessing you're still using CentOS 7, correct?  If so, what happens if you run "yum update" on the server?

    0
  • Amit Kumar

    If you run yum update on the server, it will check for any available updates for the software installed on your system. It’ll download and install the latest versions of packages, including security fixes and bug patches. It makes good to keep everything running smoothly and up to date. Make sure you'll backup anything important before running the update, especially if you're on a live server.

    0
  • rardark

    Thanks for the reply. Yea, still using CentOS 7. The below are details of running "yum update". By the ways, do I need to install libzstd manually as the warning mentions "Need system packages were not installed: libzstd"? Thanks!

    0
  • cPRex Jurassic Moderator

    That output looks good and isn't showing any odd package issues, so you can enter "y" to continue with that update.

    The best plan for the health of your server would be to migrate to a modern operating system where updates are fully supported.

    1
  • Adam Schon

    Hello,

     

    Experiencing the same issue.  We want to upgrade our OS and we can't seem to get past this roadblock.  From terminal, yum install libzstd returns no packages.  Any help would be appreciated.

    0
  • cPRex Jurassic Moderator

    Adam Schon - what OS are you on now and what are you trying to update?

    0
  • Adam Schon

    Hi cpRex, we’re trying to do the elevate guide to get off CentOS 7. We need to upgrade to 11.110.0.51 from .50 and it’s blocking due to libzstd package missing.

    0
  • cPRex Jurassic Moderator

    Do you already have the TuxCare packages installed?  Can you send me the output of this command?

    ls -1 /etc/yum.repos.d/
    0
  • Adam Schon

    centos7-els.repo

    centos7-els-rollout.repo

    CentOS-Base.repo

    CentOS-CR.repo

    CentOS-Debuginfo.repo

    CentOS-fasttrack.repo

    CentOS-Media.repo

    CentOS-Sources.repo

    CentOS-Vault.repo

    CentOS-x86_64-kernel.repo

    cPAddons.repo

    cpanel-plugins.repo

    EA4.repo

    letsencrypt.repo

    Mysql80.repo

    wp-toolkit-cpanel.repo

    0
  • Adam Schon

    I resolved by running the following commands and updating again.

    yum install epel-release
    yum install libzstd-devel
    0
  • Nbiga Samir

    Hi Adam

    Do I need to restart the server after these commands? Thanks.

    0
  • Adam Schon

    You don’t need to restart to install those packages.

    0
  • cPRex Jurassic Moderator

    I'm glad you found a good workaround!

    0
  • dcusimano

    I had the same issue with being stuck at 11.110.0.50 until I found this post.

    Similar to what Adam Schon, indicated above, I ran the following commands:

    yum install epel-release
    yum install libzstd
    Then I ran the upcp script which successfully updated to 11.110.0.51 (the last version supported on CentOS 7):
    /usr/local/cpanel/scripts/upcp

    Thanks.

    0

Please sign in to leave a comment.