unattended upgrades shutdown
Tofloor
poster avatar
深深的深度深度地渡着
deepin
2020-11-22 23:34
Author

deepin下解决unattended upgrades shutdown问题

1、这是什么问题我也不知道

这个问题遇到两次了,我只知道和这个这个网址有关。

我尝试官网的方式安装MariaDB,安装非常繁琐,后来就卸载了。

导致电脑每次关机的时候,都会有unattended upgrades shutdown这个提示。

2、产生的原因

一开始我去求助论坛,管理员让我试试这个,选择是还是否都不起作用。

sudo dpkg-reconfigure unattended-upgrades

我又去仔细看了看代码会不会是因为:

安装了这个software-properties-common东东,

所以应该和这段代码有关:

sudo apt-get install software-properties-common 

3、怎么解决

果然把这个software-properties-common卸载就好了:

sudo apt-get remove software-properties-common

应该还有更好的办法。

Reply Favorite View the author
All Replies
Ziggy
deepin
2020-11-23 06:27
#1

sudo apt purge unattended-upgrades

Reply View the author