[System Installation] 装有Edge浏览器(Linux版)的情况下,检查更新失败
Tofloor
poster avatar
austin_zuo
deepin
2022-01-30 09:57
Author

微软已经正式发布了Edge for Linux(下载链接https://www.microsoft.com/en-us/edge)。我的Deepin 20.4装有这款浏览器时,在“控制中心”->“更新”中检查更新就会失败,使用终端升级会显示错误:

https://packages.microsoft.com/repos/edge stable InRelease
由于没有公钥,无法验证下列签名: NO_PUBKEY EB3E94ADBE1229CF

卸载Edge后,更新才能成功。

Reply Favorite View the author
All Replies
jjcui8595
deepin
2022-01-30 14:13
#1

可暂禁用edge源

Reply View the author
安洛
deepin
2022-01-30 15:53
#2

微软把自己的更新源添加了进来但是忘记添加公钥了。

要么就禁用微软的更新源,要么就添加公钥。

Reply View the author
wangpj
deepin
2022-01-30 16:41
#3

卸载了安装应用商店的试试。

Reply View the author
wangpj
deepin
2022-01-30 16:41
#4

卸载了安装应用商店的试试。

Reply View the author
deepin-superuser
deepin
2022-01-30 17:00
#5
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
jhonny
deepin
2022-11-05 06:15
#6
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/

终端里执行一下这个试试

解决了问题

Reply View the author