这里,我用的是debian镜像,这里我们直接卸载。
1、卸载exim4
apt-get purge --auto-remove exim4 exim4-base exim4-config exim4-daemon-light
rm -rf /var/log/exim4/2、卸载rpcbind
apt-get purge --auto-remove rpcbind3、卸载nfs
apt-get purge --auto-remove nfs-kernel-server nfs-common portmap这里我们是直接彻底卸载的,我们也可以不卸载就关闭。
systemctl disable nfs-common
systemctl disable rpcbind
systemctl disable exim4
systemctl stop nfs-common
systemctl stop rpcbind
systemctl stop exim4