Google Chrome 对于 i686

Google Chrome For i686

我刚从 12.04 LTS 升级到 Ubuntu 14.04 LTS,我正在尝试安装 google-chrome。

我写:

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

它returns:

--2016-08-29 10:53:16--  https://dl.google.com/linux/direct/google-chrome-stable_current_i686.deb
Resolving dl.google.com (dl.google.com)... 74.125.192.91, 74.125.192.190, 74.125.192.136, ...
Connecting to dl.google.com (dl.google.com)|74.125.192.91|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-08-29 10:53:17 ERROR 404: Not Found.

与以下内容相同:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=i686] https://dl.google.com/linux/chrome/deb stable main" >> /etc/apt/sources.list.d/google-chrome.list'
sudo apt-get install google-chrome-stable
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package google-chrome-stable is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'google-chrome-stable' has no installation candidate

我的架构有 google-chrome 吗?

相关信息:

uname -a
Linux Elmwood 3.13.0-93-generic #140-Ubuntu SMP Mon Jul 18 21:20:08 UTC 2016 i686 i686 i686 GNU/Linux

Chrome dropped support 适用于 x86 和 i686。

如果您想使用 Debian 软件包,则必须使用旧版本 Chrome 或移至 x86_64。您也可以为您的架构自己编译 Chromium,但您需要为每个版本都这样做。