Quantcast
Channel: Sentora Support Forums - All Forums
Viewing all articles
Browse latest Browse all 4648

[split] uninstall zpanel

$
0
0
Hi all,
The yum remove zpanel did not work for me, I can only imagine that it's because I installed webmin separately and before I installed zpanel. I was trying to remove zpanel and received this error:

[root@vps ~]# yum remove zpanel
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: zpanel
Determining fastest mirrors
Could not retrieve mirrorlist http://download.webmin.com/download/yum/mirrorlist error was
14: PYCURL ERROR 6 - "Couldn't resolve host 'download.webmin.com'"
Error: Cannot find a valid baseurl for repo: Webmin

I found this blog which has a list of commands to remove all the components of zpanel and it seemed to work for me. I threw it in a script removeZpanel.sh and did chmod 755 then ran it ./removeZpanel.sh as root.

https://zenirwan.wordpress.com/2015/05/3...comment-24

service mysqld stop;
service proftpd stop;
service httpd stop;
yum -y remove httpd;
yum -y remove php;
yum -y remove php-pear;
yum -y remove php-mysql;
yum -y remove php-cli;
yum -y remove php-common;
yum -y remove mysql*;
yum -y remove phpMyAdmin;
yum -y remove postfix;
yum -y remove dovecot;
yum -y remove sendmail;
yum -y remove proftp* vsftpd;
yum -y remove bind;
yum -y remove bind-libs;
yum -y remove pdns;
yum -y remove pdns-backend-mysql;
yum -y remove pdns-server;
yum -y remove pdns-server-backend-mysql;
yum clean all;
rm -rf /usr/bin/zppy;
rm -rf /usr/bin/setso;
rm -rf /usr/bin/setzadmin;
rm -rf /var/zpanel;
rm -rf /etc/zpanel;
rm -rf /var/lib/mysql;
rm -rf ~/.my.cnf;
rm -rf /var/spool/vacation/vacation.pl;
rm -rf /var/lib/dovecot/sieve;

Viewing all articles
Browse latest Browse all 4648

Trending Articles