Introduction
Sometimes, reinstalling the Roundcube package in cPanel may be necessary for troubleshooting.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Set the package to uninstalled:
/usr/local/cpanel/scripts/update_local_rpm_versions --edit target_settings.roundcube uninstalled
- Finalize its removal:
/usr/local/cpanel/scripts/check_cpanel_pkgs --fix --targets=roundcube
- For Ubuntu servers, run the following command.
dpkg -P --force-depends cpanel-roundcubemail
- Move aside Roundcube's folder:
mv -v /usr/local/cpanel/base/3rdparty/roundcube{,.$(date +%s)} - Set the package to installed:
/usr/local/cpanel/scripts/update_local_rpm_versions --edit target_settings.roundcube installed
- Complete the installation:
/usr/local/cpanel/scripts/check_cpanel_pkgs --fix --targets=roundcube
Comments
0 comments
Article is closed for comments.