1.1 下载 Google Chrome

Ctrl+Alt+T
wget.deb

对于谷歌Chrome32位版本,使用如下链接:

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

对于64位版本可以使用如下链接下载:

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

1.2 安装 Google Chrome

.deb
sudo apt install ./google-chrome-stable_current_amd64.deb

在被提示时,输入你的密码,安装将会开始。

此时,你已经在你的 Ubuntu 系统上安装好了 Chrome。

1.3 启动 Google Chrome

在活动搜索栏输入"Google Chrome”,并且点击图标,启动这个应用:

google-chrome

1.4 升级 Google Chrome

cat
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

当一个新的版本被发布时,这确保你的 Google Chrome 可以被自动升级。