简短回答:

.deb.msi
  1. 双击它并通过Ubuntu软件中心安装它。

要么:

  1. 使用命令行(我将解释两者)。

答案很长:

在此处下载Google Chrome,然后点击:

按键

.deb

它可能会询问您是否需要32位或64位,下载适合您的安装 ,并接受许可协议。

GUI安装:

~/Downloads

然后双击该文件,这应该打开Ubuntu软件中心,安装点击安装按钮,然后根据提示输入你的密码(你的Ubuntu软件中心在设计方面看起来可能与我的略有不同,因为我在GNOME风格上Ubuntu):

软件中心

Install

终端安装:

cd~/Downloads
 cd ~/Downloads 
[filename] with the name of the file you downloaded. (Either[filename] with the name of the file you downloaded. (Either[filename] with the name of the file you downloaded. (Either(64-bit) or
 sudo dpkg -i [filename] 

然后系统会提示您输入密码(虽然您会注意到即使它看起来不像您输入任何内容,实际上您只是一个安全function),请输入密码然后按Enter键应该安装Google铬。