我有私人服务器
我使用 SSH 访问我的服务器
我删除了 VestaCP(我使用http://vestacp.com/docs/#how-to-uninstall-vesta 方法)
我使用 UBUNTU 16.04 LTS
我尝试用这种方法清理vestaCP :
apt-get remove --purge nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf libapache2-mod-fcgid bind9 idn mysql-server mysql-common mysql-client php5-common php5-cgi php5-mysql php5-curl libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy clamav-daemon flex dovecot-imapd dovecot-pop3d phpMyAdmin awstats webalizer jwhois rssh git spamassassin roundcube roundcube-mysql roundcube-plugins sudo bc ftp lsof ntpdate rrdtool dnsutils vesta vesta-nginx vesta-php
然后我尝试像往常一样安装 VestaCP:
curl -O http://vestacp.com/pub/vst-install.sh; bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot yes --spamassassin yes --clamav yes --mysql yes --postgresql yes
但我在mysql-server-5.7有错误:
mysql_upgrade 失败,退出状态为 11
dpkg:错误处理包 mysql-server-5.7
如何解决?