[System Installation] 从1010更新到1030后,检查更新失败
Tofloor
poster avatar
sifo
deepin
2021-01-22 18:39
Author

从1010更新到1030后,检查更新失败,尝试重启则显示如下图:

Reply Favorite View the author
All Replies
thepoy
deepin
2021-01-22 18:42
#1

在终端里执行  suo apt update && sudo apt upgrade

更新完重启再看看

Reply View the author
Ziggy
deepin
2021-01-23 04:49
#2

把加粗的那个软件包卸载就好了,注意依赖

Reply View the author
sifo
deepin
2021-01-25 20:58
#3
Ziggy

把加粗的那个软件包卸载就好了,注意依赖

执行了以下命令,卸载了相关软件包,并删除了文本:APT::Periodic::Unattended-Upgrade "1";
 
sudo apt-get remove software-properties-common
sudo apt remove unattended-upgrades
sudo apt autoremove
sudo vim /etc/apt/apt.conf.d/20auto-upgrades
 
阻止重启问题修复,但执行系统更新检查依然提示更新失败。
Reply View the author
SamLukeYes
deepin
2021-01-25 21:01
#4
sifo
执行了以下命令,卸载了相关软件包,并删除了文本:APT::Periodic::Unattended-Upgrade "1";
 
sudo apt-get remove software-properties-common
sudo apt remove unattended-upgrades
sudo apt autoremove
sudo vim /etc/apt/apt.conf.d/20auto-upgrades
 
阻止重启问题修复,但执行系统更新检查依然提示更新失败。

执行沙发的命令有什么报错?

Reply View the author
sifo
deepin
2021-01-25 21:02
#5
thepoy

在终端里执行  suo apt update && sudo apt upgrade

更新完重启再看看

更新完不行

Reply View the author
sifo
deepin
2021-01-25 21:03
#6
SamLukeYes

执行沙发的命令有什么报错?

以上命令执行完都没有报错。

Reply View the author
SamLukeYes
deepin
2021-01-25 21:04
#7
sifo

以上命令执行完都没有报错。

那就是 deepin 的系统设置出了点问题,别理它就是了

Reply View the author
sifo
deepin
2021-01-25 21:07
#8
SamLukeYes

那就是 deepin 的系统设置出了点问题,别理它就是了

应该是了,之前是以为两个有关联,现在看起来并没有。

Reply View the author
Ziggy
deepin
2021-01-26 01:50
#9
sifo
执行了以下命令,卸载了相关软件包,并删除了文本:APT::Periodic::Unattended-Upgrade "1";
 
sudo apt-get remove software-properties-common
sudo apt remove unattended-upgrades
sudo apt autoremove
sudo vim /etc/apt/apt.conf.d/20auto-upgrades
 
阻止重启问题修复,但执行系统更新检查依然提示更新失败。

终端更新,看报错

Reply View the author
sifo
deepin
2021-01-26 19:28
#10
Ziggy

终端更新,看报错

sudo apt-get update

部分提示:

W: 目标 Translations (main/i18n/Translation-en) 在 /etc/apt/sources.list.d/google-chrome-beta.list:3 和 /etc/apt/sources.list.d/google-chrome-unstable.list:3 中被配置了多次

因为前者早已卸载,我实际在用的是后者,当我删除文件/etc/apt/sources.list.d/google-chrome-beta.list后,再到控制中心点检查更新发现已恢复正常。

Reply View the author