chrome 浏览器更新

ubuntu18

开了一下家里多年未开机的ubuntu18的电脑,发现有个报错

W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com/linux/chrome/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42

W: Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 32EE5355A6BC6E42

W: Some index files failed to download. They have been ignored, or old ones used instead.

这个错误的原因是系统在更新软件源时,无法验证 Google Chrome 软件仓库的签名,因为缺少对应的 GPG 公钥。GPG 签名是用来确保软件包来自可信来源,防止被篡改,缺少公钥的话,系统无法确认仓库的合法性,所以拒绝更新该仓库,并使用旧的索引文件。

看起来是googlechrome的版本太久了,手动下载一个最新的。

sh 复制代码
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
相关推荐
Wang's Blog11 小时前
Linux小课堂: 文件操作核心命令深度解析(cat、less、head、tail、touch 与 mkdir 命令)
linux·chrome·less
UpYoung!2 天前
技术贴!【谷歌浏览器】实用工具推荐之谷歌浏览器(Google Chrome)离线纯净版完全安装指南:告别广告与捆绑骚扰
chrome·运维开发·谷歌浏览器·浏览器·谷歌·实用工具·办公学习神器
馨谙2 天前
/dev/null 是什么,有什么用途?
前端·chrome
前端赵哈哈2 天前
那个让我熬夜三天的 “小数点”:一次 URL 踩坑记
前端·chrome·http
DiXinWang2 天前
关闭谷歌浏览器提示“若要接收后续 Google Chrome 更新,您需使用 Windows 10 或更高版本”的方法
前端·chrome
lightgis3 天前
chrome中的axure插件提示无法不受支持
前端·chrome
.小墨迹3 天前
linux删除通过源码安装的库
linux·运维·chrome
馨谙3 天前
Linux中的管道与重定向:深入理解两者的本质区别
前端·chrome
dyxal3 天前
VS Code 1.52.1 对应一些插件版本
前端·chrome