How to reinstall Horde on cPanel
Horde is a webmail program commonly used in cPanel servers. To reinstall Horde, you would need to make sure Horde was enabled in WHM’s Tweak Settings:
WHM >> Server Configuration >> Tweak Settings >> Enable Horde Webmail
Then you would need to remove the Horde RPM from the rpm database:
rpm -e --justdb --nodeps cpanel-php56-horde-5.2.10-4.cp1158.noarch
Move the Horde directory out of the way:
mv /usr/local/cpanel/base/horde /usr/local/cpanel/base/horde-bak
Run the check_cpanel_rpms script to reinstall the RPM:
/scripts/check_cpanel_rpms --fix
As well as run a cPanel update just to make sure any missing files were synced back into place:
/scripts/upcp --force
That’s it!
If you like this post and wish to receive more articles from us, please like our FB page: Grepitout
Your suggestions and feedbacks will encourage us and help to improve further, please feel free to write your comments.
For more details on our services, please drop us an E-mail at info@grepitout.com
Add Comment