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
相关推荐
程序猿阿伟3 天前
《Chrome离线扩展安装的底层逻辑与场景落地指南》
服务器·网络·chrome
之歆3 天前
现代 HTTP 客户端深度解析:Fetch 与 Axios
chrome·网络协议·http
ziyitty3 天前
MiMoCode 配置 “Unrecognized key: mcpServers“ 问题解决方案
前端·chrome
root_104 天前
kylin-v10-sp3-x86系统安装vmware-17
大数据·chrome·kylin
东风破1374 天前
达梦数据库实战:备份恢复与数据迁移全攻略(实例初始化、服务注册、路径迁移)
数据库·chrome
A_humble_scholar4 天前
Linux(九) 进程管理完全指南:从入门到实战
linux·运维·chrome
cypking4 天前
从零搭建 Claude Code + Chrome MCP 浏览器自动化:前端 E2E 端到端测试完整教程(包含增量测试)
前端·chrome·自动化
PixelBai5 天前
JSON过滤使用教程:从入门到精通
javascript·chrome·json
Chelsea05225 天前
PC浏览器在线调试 Android 浏览器教程-chrome://inspect/#devices
android·前端·chrome
喜欢踢足球的老罗5 天前
破解 Chrome 扩展的「两世界难题」:MV3 下的 ISOLATED 与 MAIN World 桥接之道
前端·chrome