[Tutorials] deepin系统更新谷歌浏览器chrome的方法
Tofloor
poster avatar
kuangcc
deepin
2023-06-05 17:44
Author

deepin系统更新谷歌浏览器chrome的方法

1、 为什么要更新谷歌浏览器
谷歌浏览器更新频繁,隔一段时间不更新,打开浏览器时会自动弹出一个提示更新的窗口,有点烦,如果使用python自动处理程序时,如webbrowser.open('http://×.html')语句,不能正确执行。
目前,deepin系统谷歌浏览器在国内不能点击“更新”进行更新,需要手动下载安装包,然后手动更新。

2、 方法一:终端命令行模式
打开终端,复制粘贴后执行以下2条命令,即可:
1: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
2: sudo dpkg -i google-chrome-stable_current_amd64.deb

3、方法二:图形化桌面模式
将上面的网址
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
粘贴在谷歌浏览器地址栏内,回车,就可以自动下载。
然后打开文件管理器,进入下载目录,找到该DEB文件,鼠标右键,选择“软件包安装器”安装,输入管理员密码正常更新。

Reply Favorite View the author
All Replies
阿尼樱奈奈
deepin
2023-06-05 17:48
#1

知道了。

Reply View the author
ThinKinG
deepin testing team
2023-06-05 21:37
#2

like

一般我是直接使用商店的,在商店中更新

Reply View the author
xuqi
deepin testing team
2023-06-05 22:12
#3
  • like
  • 这个版本更新会比应用商店的版本快一些吗?
Reply View the author
观摩
deepin
2023-06-05 22:34
#4

创建Chrome的更新apt source文件,就能及时更新了,而且这个网址不翻墙也能正常下载更新

Reply View the author
晚秋(lateautumn)
Moderator
2023-06-05 22:46
#5

谢谢分享kissing_heart

Reply View the author
kuangcc
deepin
2023-06-06 03:09
#6
观摩

创建Chrome的更新apt source文件,就能及时更新了,而且这个网址不翻墙也能正常下载更新

apt命令,总是有点学不全,

个人觉得方法二,下载到下载文件夹,再安装,更像windows的操作习惯。

Reply View the author
kuangcc
deepin
2023-08-27 20:36
#7

使用上面两个方法下载时,必须保证原来下载文件夹内没有同名的文件

google-chrome-stable_current_amd64.deb,

否则下载时,会在原文件名后面加上.1或.2,如果遇到这种情况,就要改文件名,去掉.1.2,使文件结尾为.deb,便于后面的安装。

Reply View the author