[Tutorials] 更新不了
Tofloor
poster avatar
zhoujilong
deepin
2021-11-19 00:14
Author

截图_选择区域_20211118161351.jpg
截图_选择区域_20211118161311.jpg
截图_选择区域_20211118161301.jpg
截图_选择区域_20211118161209.jpg

图片.png

Reply Favorite View the author
All Replies
jjcui8595
deepin
2021-11-19 00:32
#1

你修改了源吧

Reply View the author
jjcui8595
deepin
2021-11-19 00:48
#2

deepin 20的sources.list是这样的

##Generated by deepin-installer

deb https://community-packages.deepin.com/deepin/ apricot main contrib non-free
#deb-src https://community-packages.deepin.com/deepin/ apricot main contrib non-free

Reply View the author
qq1871418925
deepin
2021-11-19 00:49
#3

https://bbs.deepin.org/en/post/227776

你看看这个,你这是安装edge浏览器添加微软的源没有公钥认证

Reply View the author
deepin-superuser
deepin
2021-11-19 00:54
#4
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/

执行一下这个试试

Reply View the author
zhoujilong
deepin
2021-11-19 01:30
#5
deepin-superuser
curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/

执行一下这个试试

谢谢 完美解决。截图_选择区域_20211118172957.jpg

Reply View the author