我想卸载update-notifier-common并实现我自己的更新检查解决方案,但是每次尝试时,都会警告我这样做也会卸载ubuntu服务器包:
apt purge update-notifier-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
ubuntu-server* update-notifier-common*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 1460 kB disk space will be freed.
Do you want to continue? [Y/n]update-notifier-common为ubuntu-server提供了哪些功能,为什么ubuntu-server要依赖它?
发布于 2018-11-21 14:28:54
文件列表update-manager-common显示了一些可能在服务器上使用的文件:
/etc/kernel/postinst.d/update-notifier
/etc/update-motd.d/90-updates-available
/etc/update-motd.d/95-hwe-eol
/etc/update-motd.d/98-fsck-at-reboot
/etc/update-motd.d/98-reboot-required它向MOTD添加了各种有用的消息,并为内核包设置了重新启动所需的通知。这些能放在另一个包裹里吗?也许吧。他们应该是吗?我看不出令人信服的理由。
https://askubuntu.com/questions/1094820
复制相似问题