How to Reinstall Roundcube on cPanel WHM Server

This article provides a guide demonstrating how to reinstall Roundcube on cPanel WHM server.

How to Reinstall Roundcube on cPanel WHM Server

To reinstall Roundcube on cPanel WHM server, follow the steps below:

  1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
  2. Set the package to uninstalled:
    /usr/local/cpanel/scripts/update_local_rpm_versions --edit target_settings.roundcube uninstalled
  3. Finalize its removal:
    /usr/local/cpanel/scripts/check_cpanel_pkgs --fix --targets=roundcube
  4. Move aside Roundcube's folder:
    mv -v /usr/local/cpanel/base/3rdparty/roundcube{,.$(date +%s)}
    
  5. Set the package to installed:
    /usr/local/cpanel/scripts/update_local_rpm_versions --edit target_settings.roundcube installed
  6. Complete the installation:
    /usr/local/cpanel/scripts/check_cpanel_pkgs --fix --targets=roundcube
    

Conclusion

You now know how to reinstall Roundcube on cPanel WHM server.

  • roundcube, whm
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Disable Network Manager on CentOS 7

This article will provide the steps to disable Network Manager in CentOS 7. Network Manager is...

Disable Network Manager on CentOS 6

This article will provide the steps to disable Network Manager in CentOS 6. Network Manager is...

How to Find the IP of cPanel/WHM Server

This tutorial is designed to troubleshoot and diagnose issues with cPanel license errors. Find...

Uninstall WHMXtra on cPanel Server

This article provides a quick and direct guide for uninstalling the WHMXtra plugin from a...

How to Customize cPanel Installation

This article provides a guide for customizing a cPanel server installation, using the...