【问题标题】:Google Chrome For i686适用于 i686 的谷歌浏览器
【发布时间】:2016-08-29 23:10:07
【问题描述】:

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

我写:

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

然后它返回:

--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

【问题讨论】:

    标签: google-chrome ubuntu-14.04 apt-get


    【解决方案1】:

    Chrome dropped support 适用于 x86 和 i686。

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

    【讨论】:

    • 那太糟糕了。我刚刚构建了 Chromium。谢谢。
    猜你喜欢
    • 2012-09-19
    • 2018-04-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-10-03
    • 2014-11-06
    • 1970-01-01
    相关资源
    最近更新 更多