卸载阿里云助手

卸载阿里云助手

systemctl stop aliyun
systemctl disable aliyun
rm -rf /etc/systemd/system/aliyun.service
rm -rf /usr/sbin/aliyun_installer
rm -rf /usr/sbin/aliyun-service
rm -rf /usr/local/share/aliyun-assist
systemctl daemon-reload

然后通过下面的命令来查看是否还有 aliyun-service 进程:

ps -ef | grep -v grep | grep -i aliyun-service

卸载阿里云助手的守护进程

systemctl stop AssistDaemon
systemctl disable AssistDaemon
rm -rf /etc/systemd/system/AssistDaemon.service
rm -rf /usr/local/share/assist-daemon
systemctl daemon-reload