Skip to main content

Errors Attempting to do a System Update

Comments

3 comments

  • cPanelMichael
    Hello :) It's likely mod_python was installed during your OS installation as a dependency of the "httpd" package. However, cPanel removes the "httpd" RPM during the cPanel installation because that package is managed by EasyApache. Thus, mod_python is not a required package. You can keep the RPM and hide it from the RPM database with a command such as:
    rpm -e --nodeps --justdb mod_python-3.2.8-4
    Thank you.
    0
  • adelgado7
    Thanks for the starting point! I actually did a rpm -q mod_python to find what was installed, then did a rpm -e --nodeps --justdb mod_python-3.2.8-3.1 I am now able to "Update System Software" Thank you for your help!!
    0
  • cPanelMichael
    I am happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.