08
Feb

Removing cloudlinux from centos

So, I have been looking at how to remove cloudlinux from centos. I found a link Here on how to do it. Here is a snippet from the article:

To convert back to CentOS
Download script: centos2cl (http://repo.cloudlinux.com/cloudlinux/sources/cln/centos2cl)
* Make sure you download latest version of the script before attempting the uninstall

Execute: 
# yum remove liblve-devel 
# sh centos2cl -c
This will remove all LVE related packages and its depend...


To view the rest please read the article. Hope this can help others.