在 ubuntu 22.04.1 上更新 google chrome - 如何在 ubuntu 22.04.1 上正确更新 google chrome?
答案1
经过网上查资料,找到了解决办法:
- Ctrl+Alt+T打开 ubuntu 终端
- sudo apt 更新ubuntu 推荐https://fridge.ubuntu.com/2023/02/24/ubuntu-22-04-2-lts-released/(感谢@guiverc)
- sudo apt 升级安装新软件包
- google-chrome-稳定版本检查当前安装的 Google Chrome 版本
- sudo apt-only-upgrade 安装 google-chrome-stable更新 Google Chrome -https://linuxgenie.net/update-google-chrome-ubuntu-22-04/
答案2
只需在终端中输入即可安装 Chrome sudo apt install google-chrome-stable
,升级也同样如此。如果此方法失败,请尝试使用 重新安装sudo apt reinstall google-chrome-stable
。如果该解决方案产生错误,请尝试从官方网站获取 DEB,使用“软件安装”打开它们,单击删除按钮,然后再次安装。/opt/google/chrome 文件夹不会被删除,因此您的数据会保留。