1.1 下载 Google Chrome
使用Ctrl+Alt+T快捷键或者点击终端图标,打开你的终端。
使用wget来下载 Google Chrome .deb 软件包:
对于谷歌Chrome32位版本,使用如下链接:
wget https://dl.google/linux/direct/google-chrome-stable_current_i386.deb
对于64位版本可以使用如下链接下载:
wget https://dl.google/linux/direct/google-chrome-stable_current_amd64.deb
1.2 安装 Google Chrome
在 Ubuntu 系统上安装软件包需要管理员权限。以 sudo 用户身份在你的系统上运行下面的命令来安装 Chrome .deb软件包:
sudo apt install ./google-chrome-stable_current_amd64.deb
在被提示时,输入你的密码,安装将会开始。
此时,你已经在你的 Ubuntu 系统上安装好了 Chrome。
1.3 启动 Google Chrome
在活动搜索栏输入"Google Chrome”,并且点击图标,启动这个应用:
还可以通过在命令行输入google-chrome启动 Chrome。
1.4 升级 Google Chrome
在安装过程中,官方 Google 软件源被添加到你的系统。你可以使用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/linux/chrome/deb/ stable main
当一个新的版本被发布时,这确保你的 Google Chrome 可以被自动升级。


发布评论