有人知道应该删除哪些软件包才能摆脱 Ubuntu 18.04 上的所有登录问题吗?
Welcome to Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-52-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
* MicroK8s 1.15 is out! It has already been installed on more
than 14 different distros. Guess which ones?
https://snapcraft.io/microk8s
我认为可能是update-motd
软件包的问题,但发布后apt purge update-motd
仍然有文件/目录留在其中/etc/
。 dpkg -S
报告称这些文件属于base-files
软件包,我可能不想清除它们。
# find /etc/ | grep motd
/etc/motd
/etc/systemd/system/timers.target.wants/motd-news.timer
/etc/update-motd.d
/etc/update-motd.d/10-help-text
/etc/update-motd.d/97-overlayroot
/etc/update-motd.d/50-motd-news
/etc/update-motd.d/00-header
/etc/default/motd-news
# dpkg -S /etc/update-motd.d/10-help-text
base-files: /etc/update-motd.d/10-help-text
我以前只是通过强力删除文件来解决这个问题,但我想知道是否有更好的方法。最好是一些我可以轻松纳入剧本的方法ansible
。