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
相关推荐
芒果披萨1 天前
pytest 基础
chrome
农村小镇哥1 天前
Html的字体+字符编码+图片标签
chrome·笔记·html
还在忙碌的吴小二1 天前
在 Mac 上安装并通过端口调用 Chrome DevTools MCP Server(谷歌官方 MCP 服务器)
服务器·前端·chrome·macos·chrome devtools
此刻觐神3 天前
IMX6ULL开发板学习-03(Linux文件相关命令)
前端·chrome
skywalk81633 天前
使用DuMate帮助创建 Python 3.9 环境并部署 Kotti CMS
前端·chrome
卷卷说风控3 天前
工作流的 Skill 怎么写?
java·javascript·人工智能·chrome·安全
John_ToDebug4 天前
惰性绑定 vs 立即注入:Chromium 扩展 API 初始化策略深度对比
c++·chrome·v8
代码的乐趣4 天前
支持selenium的chrome driver更新到147.0.7727.56
chrome·python·selenium
海的透彻5 天前
nginx启动进程对文件的权限掌控
运维·chrome·nginx
chenjingming6665 天前
jmeter导入浏览器上按F12抓的数据包
前端·chrome·jmeter