Skip to main content

Delta RPMs disabled

Comments

7 comments

  • cPanelMichael
    Hello, That error message is discussed on the following threads: SOLVED - cPanel update fail with Needed RPMs not installed SOLVED - Delta RPMs disabled Thank you.
    0
  • Samet Chan
    Hello, That error message is discussed on the following threads: SOLVED - cPanel update fail with Needed RPMs not installed SOLVED - Delta RPMs disabled Thank you.

    This is not clear with people. Can you please tell me about a fix to step command line? This one?
    yum clean all
    then yum -y again?
    0
  • Infopro
    Can you please tell me about a fix to step command line?

    Have you read the page linked to in that thread? certdepot.net/rhel7-get-started-delta-rpms/ tl;dr: Available Parameters Assign 0 to the deltarpm parameter in the /etc/yum.conf file if you don"t want to use the delta rpm feature at all.
    0
  • Samet Chan
    Have you read the page linked to in that thread? certdepot.net/rhel7-get-started-delta-rpms/ tl;dr:

    Oh, I haven't read that, I've checked it. Thanks for the info! We recommend "default" enabled for deltarpm = 2 on yum.conf?
    0
  • cPanelMichael
    We recommend "default" enabled for deltarpm = 2 on yum.conf?

    I recommend using "0" unless you have a specific need for the Delta RPM repo. It's not enabled by default with CentOS. Thank you.
    0
  • Samet Chan
    I recommend using "0" unless you have a specific need for the Delta RPM repo. It's not enabled by default with CentOS. Thank you.

    I have checked yum.conf doesn't have for Delta RPM line.
    [main] exclude=courier* dovecot* exim* filesystem httpd* mod_ssl* mydns* mysql* nsd* p0f php* proftpd* pure-ftpd* spamassassin* squirrelmail* tolerant=1 errorlevel=1 cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 installonly_limit=5 bugtracker_url=http://bugs.centos.org/set_project.php?project_id=23&ref=http://bugs.centos.org/bug_report_page.php?category=yum distroverpkg=centos-release
    0
  • cPanelMichael
    Hello, You can check if the RPM is installed with a command like this:
    rpm -qa|grep deltarpm
    If it's installed and you no longer want to use it, you can remove it with the following commands:
    yum remove deltarpm yum clean all
    Keep in mind this is unsupported, as it's not a standard setup. I recommend consulting with your data center or hosting provider to determine why it's enabled on your server. Thank you.
    0

Please sign in to leave a comment.