Web Hosting Talk







View Full Version : Removing CPanel


Pavix
01-17-2004, 02:07 PM
Ok, here's a silly question...how do I get rid of cpanel, is there an uninstall script out there somewhere. I've tried rpm -q cpanel but wasnt able to find it. I do gameserver hosting and that stupid panel's going to eat up my resources. Thanks for any help you can give.

Scott

Morphix
01-17-2004, 03:09 PM
There is no rpm for cPanel, so rpm -q will show nothing. When you install cPanel, the program installs its base components under /usr/local/cpanel and then all the other software along with it (such as Apache, Exim, ProFTP, sendmail, etc). Removing cPanel will require the knowledge to know where each and every base component is, and then remove it safely. I believe that the only person who wrote it can do that since he knows it much more than we do, so he can easily write up a script to perform it for us, but as you probably already guessed, he haven't done it so far.

The only alternative that I know of would be to wipe out the disk and do a fresh install of the OS. That would be the best choice.

YUPAPA
01-17-2004, 04:26 PM
isn't rpm -e pkg to remove rpm? and NOT -q? :stickout:

Pavix
01-17-2004, 04:30 PM
I used -q to query if the package was installed...but you're right rpm -e removes it.

Scott

Morphix
01-17-2004, 04:59 PM
Originally posted by Pavix
I used -q to query if the package was installed...but you're right rpm -e removes it.

Scott But there isn't a cPanel rpm..... :)

rghf
01-17-2004, 05:15 PM
TBH I would try just a reinstall. Or at least chmod a-x /etc/init.d/cpanel*

rus

Neosurge
01-19-2004, 04:48 PM
I would definately do a reinstall. Cpanel has it's greasy hands in everything and would make your life a nightmare managing a server that was formerly cpanel-ized.

AFMichael
01-19-2004, 06:03 PM
Majority reply: Reinstall the OS

Vox Hosting
01-20-2004, 10:11 PM
Yep reinstall your OS or ask from a restore with just the OS so you don't have to keep paying a monthly cPanel fee.

Pavix
01-21-2004, 12:30 AM
Thanks for your advice, I'll get it reimaged.

Scott