手动更新最新版chrome
Tofloor
poster avatar
155******75
deepin
2018-08-18 00:07
Author
本帖最后由 alwan 于 2018-8-17 16:10 编辑

今天在网上找了个更新chrome到最新版的方法,分享给需要的人,希望大家喜欢

将下载源加入到系统的源列表

  1. sudo wget https://repo.fdzh.org/chrome/google-chrome.list -P /etc/apt/sources.list.d/
Copy the Code

导入谷歌软件的公钥

  1. wget -q -O - https://dl.google.com/linux/linux_signing_key.pub  | sudo apt-key add -
Copy the Code

更新源

  1. sudo apt-get update
Copy the Code

安装Chrome

  1. sudo apt-get install google-chrome-unstable
Copy the Code

大功告成

来源:http://www.cnblogs.com/wxjblog/p/6934468.html





Reply Favorite View the author
All Replies
1 / 2
To page
avatar
155******75
deepin
2018-08-18 00:11
#1

我已更新到70.0.3521.2
Reply View the author
avatar
BingoLove
deepin
2018-08-18 01:49
#2
可以直接用dl.google.com的源,这个域名在国内有服务器的,可以正常使用,速度还超级快
fdzh的域名有时候会证书更新不及时导致证书错误
Reply View the author
avatar
Dracarys
deepin
2018-08-18 02:48
#3
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

对头,也可以考虑这个途径,速度很快
Reply View the author
avatar
155******75
deepin
2018-08-18 02:51
#4
哦!收到!
Reply View the author
avatar
thinkpad-z61t
deepin
2018-08-18 04:09
#5
这个可以有
Reply View the author
avatar
159******79
deepin
2018-08-18 20:45
#6
更新后还是没感觉快了
Reply View the author
avatar
158******67
deepin
2018-08-21 17:41
#7

请问,我怎么反向操作把加入的下载源给删除掉?
一定要回复啊,拜托了。
Reply View the author
avatar
158******67
deepin
2018-08-21 17:57
#8
https://bbs.deepin.org/post/167198
可以直接用dl.google.com的源,这个域名在国内有服务器的,可以正常使用,速度还超级快
fdzh的域名有时候会 ...

求救,怎么将添加的下载源再删除掉啊???
Reply View the author
avatar
Island
deepin
2018-08-21 18:01
#9
sudo rm /etc/apt/sources.list.d/google-chrome.list
Reply View the author
avatar
158******67
deepin
2018-08-21 18:26
#10
https://bbs.deepin.org/post/167198
sudo rm /etc/apt/sources.list.d/google-chrome.list

试过了,没有那个文件或者目录。
我的情况是这样子的,我通过帖子的步骤安装的谷歌浏览器我已经卸载了,只是每次sudo apt-get update都会出现那些信息,很烦,所以想删掉。
Reply View the author
avatar
Island
deepin
2018-08-21 18:32
#11
https://bbs.deepin.org/post/167198
试过了,没有那个文件或者目录。
我的情况是这样子的,我通过帖子的步骤安装的谷歌浏览器我已经卸载了, ...

sudo rm /etc/apt/sources.list.d/*
Reply View the author
avatar
158******67
deepin
2018-08-21 18:34
#12
https://bbs.deepin.org/post/167198
sudo rm /etc/apt/sources.list.d/*

无效的参数
Reply View the author
avatar
155******75
deepin
2018-08-21 23:32
#13
15.7版系统里已更新了chrome版本到68,完全满足需要,基本上没啥必要再手动更新最新版chrome
Reply View the author
avatar
GreenHat
deepin
2018-09-16 19:43
#14
添加了源还是68版本,都有69的了

Reply View the author
avatar
155******39
deepin
2018-09-16 21:29
#15
69版本的谷歌有国内入口下载的
Reply View the author
avatar
何来
deepin
2018-09-20 08:57
#16
直接添加源更新就好了。
Reply View the author
avatar
海天鹰
deepin
2018-09-20 18:12
#17
太麻烦,打开终端,粘贴:
wget -N https://dl.google.com/linux/dire ... e_current_amd64.deb
下载完成后,双击deb包安装。
Reply View the author
avatar
yjiqje
deepin
2018-09-20 18:13
#18
需要那么麻烦么? 直接google网站下载chrome deb包覆盖安装就行了,现在又不用墙
Reply View the author
avatar
qq420100523
deepin
2018-09-20 18:33
#19
直接下载不比用系统更新快?
Reply View the author
avatar
bigbr
deepin
2018-09-20 20:49
#20
突然发现源里unstable的版本比stable的还要低...
Reply View the author
1 / 2
To page