Question
How do you revert the CloudLinux EA packages to the cPanel-provided EA packages after uninstalling CloudLinux?
Answer
You will want to run the following commands:
cd /scripts
wget https://repo.cloudlinux.com/cloudlinux/sources/cloudlinux_ea3_to_ea4
chmod +x cloudlinux_ea3_to_ea4
/scripts/cloudlinux_ea3_to_ea4 -f
Comments
0 comments
Article is closed for comments.