[Newbies] chrome浏览器提示无法更新,有解决办法吗?
Tofloor
poster avatar
kevin2019
deepin
2021-03-09 20:15
Author

Reply Favorite View the author
All Replies
lcw0268
deepin
2021-03-09 20:18
#1

沙发。

楼主认识蓝色框里的字吗?

Reply View the author
SamLukeYes
deepin
2021-03-09 20:39
#2

楼主是从商店里安装的 chrome 吗?卸载商店中的版本,安装 google-chrome-stable

Reply View the author
guaguale
deepin
2021-03-09 21:32
#3

加个list文件,内容直接copy下

cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
Reply View the author
mardou
deepin
2021-03-10 01:55
#4
guaguale

加个list文件,内容直接copy下

cat /etc/apt/sources.list.d/google-chrome.list
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

能提供具体操作方法吗?

Reply View the author
caoayu
deepin
2021-03-10 02:02
#5

卸载系统商店的,百度谷歌浏览器,进官方下载安装

Reply View the author
thepoy
deepin
2021-03-10 04:45
#6

卸载安装的chrome,在https://www.google.cn/chrome/下载deb包安装即可。

Reply View the author
liujy126
deepin
2021-03-10 19:06
#7

最新的不稳而定版:

https://dl.google.com/linux/direct/google-chrome-unstable_current_amd64.deb

最新的稳定版:

https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

 

更新的方法:

首先,打开终端,然后

sudo nano /etc/apt/sources.list.d/google-chrome.list (建立并编辑一个list的文本文件)

复制:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main ,并粘贴到刚才的那个list文件里,保存并关闭list文件。

wget https://dl.google.com/linux/linux_signing_key.pub  (下载密钥)

sudo apt-key add linux_signing_key.pub  (添加秘钥)

完了就ok了。

以后 update upgrade的时候,就更新这玩意了。

 

Reply View the author
liujy126
deepin
2021-03-10 19:08
#8

如果发现老也更新不到什么的话,多半是因为deepin自动的把list文件加了个后缀,找到这个文件删掉后缀就欧克了。

Reply View the author