Skip to main content

Duplicated RPM (Exim) Can i remove all exim rpms and reinstall?

Comments

3 comments

  • kernow
    [QUOTE]exim.x86_64
    Not enough info ! Check the exact rpm versions of exim you have with: rpm -qa | grep exim exim-4.80.1-3.cp1136.x86_64
    0
  • attiliok
    Thanks! Here the output rpm -qa | grep exim exim-4.80.1-1.cp1136 exim-4.80.1-3.cp1136
    0
  • cPanelNick
    You can remove both of them with (just in the rpm database, but not the filesystem) by doing the following: rpm -e --justdb --nodeps exim-4.80.1-1.cp1136 rpm -e --justdb --nodeps exim-4.80.1-3.cp1136
    Then reinstall and everything should be back in sync. /usr/local/cpanel/scripts/check_cpanel_rpms --fix
    You should open a ticket to investigate how your rpm database was corrupted. This usually happens when the update failed to complete for some reason.
    0

Please sign in to leave a comment.