在 Debian Wheezy 上安装 chromium-browser 依赖: chromium (>= 10) 但无法安装

在 Debian Wheezy 上安装 chromium-browser 依赖: chromium (>= 10) 但无法安装

在FriendlyARM mini210s上

# uname -a
Linux mini210s 3.0.8-FriendlyARM #2 PREEMPT Mon Feb 25 14:25:10 HKT 2013 armv7l GNU/Linux

# more /etc/debian_version
7.8

运行包管理器时

# apt-get install chromium-browser
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 chromium-browser : Depends: chromium (>= 10) but it is not installable
E: Unable to correct problems, you have held broken packages.

# apt-cache show chromium-browser
Package: chromium-browser
Version: 37.0.2062.120-1~deb7u1
Installed-Size: 1693
Maintainer: Debian Chromium Maintainers <[email protected]>
Architecture: all
Replaces: chromium (<< 13.0.782.215~r97094-1)
Depends: chromium (>= 10)
Breaks: chromium (<< 13.0.782.215~r97094-1)
Description-en: Chromium browser - transitional dummy package
 Chromium is an open-source browser project that aims to build a safer, faster,
 and more stable way for all Internet users to experience the web.
 .
 Chromium serves as a base for Google Chrome, which is Chromium rebranded (name
 and logo) with very few additions such as usage tracking and an auto-updater
 system.
 .
 This package contains the Chromium browser transitional dummy package.
Homepage: http://www.chromium.org/Home
Description-md5: a3cca84948c287f5c01b8b5e9f7e67ed
Tag: implemented-in::c, implemented-in::c++, interface::web, interface::x11,
 protocol::http, role::dummy, role::program, uitoolkit::gtk,
 use::browsing, web::browser, works-with-format::html, x11::application
Section: web
Priority: optional
Filename: pool/main/c/chromium-browser/chromium-browser_37.0.2062.120-1~deb7u1_all.deb
Size: 171526
MD5sum: 58c6c6d6edc015001833642deecd22e1
SHA1: ed23c2239051424e200ef6fdffeacab5212ee162
SHA256: 0292de24f4ce92a02212fb618f7b26047f1062b0f7397cb8de04c66aa8780abc

我花了几个小时在这上面,但我没有想法

root@mini210s:~# more /etc/apt/sources.list
deb http://ftp.us.debian.org/debian wheezy main

为什么会发生这种情况?

答案1

amd64Chromium 仅在 Debian上可用i386,因此无法安装在您的 mini210 上。它曾经在 Debian Squeeze 上可用armel,并在 Debian Squeeze 上使用了一段时间armhf,但在 2013 年 3 月被 Wheezy 删除,可能是因为在 ARM 平台上提供足够的安全支持太困难了……请参阅提交日志对于确切的删除(但没有比我在这里复制的更多信息)。

请随意提交有关chromium使用的愿望清单错误reportbug,但如果您确实希望在 ARM 设备上使用 Chromium,请准备好被要求提供帮助!

相关内容