Debian WheezyにChromeブラウザの依存関係をインストールします。Chrome(> = 10)ですが、インストールできません。

Debian WheezyにChromeブラウザの依存関係をインストールします。Chrome(> = 10)ですが、インストールできません。

FriendlyARM mini210から

# 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 でのみ使用できるため、i386mini210 にはインストールできません。armelしばらくDebian Squeezeで利用できましたが、armhf2013年3月にWheezyから削除されました。それはおそらく、ARMプラットフォームで適切なセキュリティサポートを提供するのが難しかったからです。コミットログ正確な削除のために(しかし、ここにコピーしたものよりも多くの情報はありません)。

chromium使用のためにウィッシュリストのバグを自由に提出してくださいreportbug。しかし、ARMデバイスでChromiumを使用したい場合は、助けを求める準備をしてください!

おすすめ記事