Introduction
There may be circumstances when you want to uninstall the Calendar and Contacts plugin from the command line instead of through WHM. This article provides the steps to remove the plugin from the command line.
Procedure
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
- CentOS 7 or CloudLinux 7
yum erase cpanel-ccs-calendarserver -y
- CloudLinux 9, AlmaLinux 8/9, Rocky Linux 8/9
dnf erase cpanel-ccs-calendarserver -y
- Ubuntu
apt --purge remove cpanel-ccs-calendarserver -y
- CentOS 7 or CloudLinux 7