Chrome
1.1、Chrome简介
是什么 ?:web browser built by Google.
开发公司:Google
官方主页:http://www.google.cn/chrome
1.2、通过包管理器安装Chrome
操作系统包管理器安装命令
WindowsChocolateychoco install -y GoogleChrome
macOSHomeBrew

brew install google-chrome

brew install google-chrome-dev

aptsudo apt-get install -y google-chrome-stable

Arch Linux

ArcoLinux

Manjaro Linux

pacman

更新系统:sudo pacman -Syyu --noconfirm

安装稳定版本:sudo pacman -S    --noconfirm google-chrome

安装开发版本:sudo pacman -S    --noconfirm google-chrome-dev

1.3、在Ubuntu中通过下载编译好的.deb包安装Chrome

step1、使用curl命令下载编译好的.deb

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

step2、使用apt命令安装.deb

sudo apt install -y ./google-chrome-stable_current_amd64.deb
1.4、Chrome for Ubuntu Dock

Ubuntu中安装好Chrome之后, 如果发现Chrome无法PinkDocky中,解决的办法是: 新建/usr/share/applications/google-chrome.desktop文件,内容如下:

[Desktop Entry]
Type=Application
Name=Google Chrome
Comment=Google Chrome Browser
Icon=/opt/google/chrome/product_logo_256.png
Exec=/usr/bin/google-chrome
Terminal=false
Categories=Development;
1.5、Chrome的使用

注册一个Google账户,你可以把数据存储在Google,这样,以后就可以在不同设备上同步了,而且重装系统之后, 只要登录Google账户,就会自动同步数据。