沙发。
楼主认识蓝色框里的字吗?
沙发。
楼主认识蓝色框里的字吗?
楼主是从商店里安装的 chrome 吗?卸载商店中的版本,安装 google-chrome-stable
加个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
加个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
能提供具体操作方法吗?
卸载系统商店的,百度谷歌浏览器,进官方下载安装
卸载安装的chrome,在https://www.google.cn/chrome/下载deb包安装即可。
最新的不稳而定版:
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的时候,就更新这玩意了。
如果发现老也更新不到什么的话,多半是因为deepin自动的把list文件加了个后缀,找到这个文件删掉后缀就欧克了。