更新失败
Tofloor
poster avatar
zhangsf
deepin
2020-08-27 23:48
Author
系统提示有更新,然后更新失败。重试,重启,都不行,好几天了。
Reply Favorite View the author
All Replies
avatar
Ziggy
deepin
2020-08-28 00:10
#1
sudo apt update && sudo apt upgrade
Reply View the author
avatar
jin202008x
deepin
2020-08-28 00:11
#2
终端升级是可以的。
$ sudo apt dist-upgrade
就是很繁琐。需要手动操作。
Reply View the author
avatar
zhangsf
deepin
2020-08-28 17:21
#3
https://bbs.deepin.org/post/200611
sudo apt update && sudo apt upgrade

按这个命令执行后。变这样了。


Reply View the author
avatar
widon1104
deepin
2020-08-28 17:30
#4
命令行执行sudo apt upgrade看一下报什么错
Reply View the author
avatar
Ziggy
deepin
2020-08-28 17:36
#5
https://bbs.deepin.org/post/200611
按这个命令执行后。变这样了。

最重要的还是要看到报错啊
Reply View the author
avatar
jin202008x
deepin
2020-08-29 02:54
#6
https://bbs.deepin.org/post/200611
最重要的还是要看到报错啊

跟楼主一样,开始更新失败。后来用终端sudo apt upgrade更新。成功手动更新了一波。但是这个设置更新还是这样子。重新sudo apt upgrade,显示一切正常。
Reply View the author
avatar
jin202008x
deepin
2020-08-29 02:56
#7
用 sudo apt update && sudo apt upgrade这是下列信息:
命中:2 https://community-packages.deepin.com/deepin apricot InRelease                                       
忽略:3 http://dl.google.com/linux/earth/deb stable InRelease                                                
命中:1 http://uos-packages.deepin.com/printer eagle InRelease                     
获取:4 https://cdn-package-store6.deepin.com/appstore eagle InRelease [5,277 B]
获取:5 http://dl.google.com/linux/earth/deb stable Release [933 B]                                            
获取:6 http://dl.google.com/linux/earth/deb stable Release.gpg [819 B]
获取:7 https://cdn-package-store6.deepin.com/appstore eagle/appstore amd64 Packages [396 kB]
忽略:6 http://dl.google.com/linux/earth/deb stable Release.gpg
正在读取软件包列表... 完成        
W: GPG 错误:http://dl.google.com/linux/earth/deb stable Release: 由于没有公钥,无法验证下列签名: NO_PUBKEY 78BD65473CB3BD13
E: 仓库 “http://dl.google.com/linux/earth/deb stable Release” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
Reply View the author
avatar
zhangsf
deepin
2020-09-01 17:50
#8
https://bbs.deepin.org/post/200611
用 sudo apt update && sudo apt upgrade这是下列信息:
命中:2 https://community-packages.deepin.com/d ...

我修改好了,到 cd /etc/apt/sources.list.d
这个目录下,删除报错的仓库地址就行了,你这里好像是earth.list
Reply View the author
Comments
jin202008x
2020-09-01 18:53
谢谢,搞定了
avatar
jin202008x
deepin
2020-09-01 18:53
#9
/etc/apt/sources.list.d$ ls
appstore.list  google-earth-pro.list  printer.list
sudo rm -f /etc/apt/sources.list.d/google-earth-pro.list
/etc/apt/sources.list.d$ ls
appstore.list  printer.list
删除google-earth-pro.list后更新正常了。
应该是安装谷歌地球(在deepin商店安装的)后导致的。
Reply View the author