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 天前
VoltTool —— 一站式在线开发者工具平台,69+实用工具免费使用
前端·chrome
Tim_Van2 天前
在 CentOS 7 中安装 Chromium 的完整步骤
linux·运维·chrome·centos
一只猫的梦2 天前
自动化模块 (Automation Module)
前端·chrome
一只猫的梦2 天前
AI 适配器架构
前端·chrome
HAPPY酷2 天前
【ROS2】PyCharm 启动 Gazebo 仿真报错?从配置 Shell 到修复路径的全流程复盘
ide·chrome·pycharm
sztomarch2 天前
Disable-Download-Chrome-AI-Mode
前端·chrome
霸道流氓气质3 天前
Kiro 中反编译 JAR 包并分析字节码的流程指南
chrome·python·jar
耍酷的魔镜3 天前
用虚拟机实际体验Google Chromium OS (Chrome OS) Pre-Built
前端·chrome
莫生灬灬3 天前
DY联系人聊天Web面板支持获取联系人/聊天记录/发送消息
前端·chrome·websocket·c#
邱先生~3 天前
谷歌浏览器设置纵向标签页
chrome