Linux Mint 7にGoogle Chromeをインストールしようとしています。

Linux Mint 7にGoogle Chromeをインストールしようとしています。

Jauntyはもうメンテナンスされていないようです。 Chromeパッケージをインストールしようとしたとき:

steven@steven-desktop ~/Desktop $ sudo dpkg -i google-chrome-stable_current_i386.deb 
Selecting previously deselected package google-chrome-stable.
(Reading database ... 106471 files and directories currently installed.)
Unpacking google-chrome-stable (from google-chrome-stable_current_i386.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:
 google-chrome-stable depends on libasound2 (>> 1.0.22); however:
  Version of libasound2 on system is 1.0.18-1ubuntu9.
 google-chrome-stable depends on libc6 (>= 2.11); however:
  Version of libc6 on system is 2.9-4ubuntu6.
 google-chrome-stable depends on libcups2 (>= 1.4.0); however:
  Version of libcups2 on system is 1.3.9-17ubuntu1.
 google-chrome-stable depends on libdbus-1-3 (>= 1.2.14); however:
  Version of libdbus-1-3 on system is 1.2.12-0ubuntu2.
 google-chrome-stable depends on libfontconfig1 (>= 2.8.0); however:
  Version of libfontconfig1 on system is 2.6.0-1ubuntu12.
 google-chrome-stable depends on libgconf2-4 (>= 2.27.0); however:
  Version of libgconf2-4 on system is 2.26.0-0ubuntu1.
 google-chrome-stable depends on libgcrypt11 (>= 1.4.2); however:
  Version of libgcrypt11 on system is 1.4.1-2ubuntu1.
 google-chrome-stable depends on libgtk2.0-0 (>= 2.18.0); however:
  Version of libgtk2.0-0 on system is 2.16.1-0ubuntu2.
 google-chrome-stable depends on libnss3-1d (>= 3.12.3); however:
  Version of libnss3-1d on system is 3.12.2~rc1-0ubuntu2.
 google-chrome-stable depends on libstdc++6 (>= 4.4.0); however:
  Version of libstdc++6 on system is 4.3.3-5ubuntu4.
 google-chrome-stable depends on libatk1.0-0 (>= 1.30.0); however:
  Version of libatk1.0-0 on system is 1.26.0-0ubuntu2.
dpkg: error processing google-chrome-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Errors were encountered while processing:
 google-chrome-stable

すべてのライブラリが更新中であると報告しているため、すべてのライブラリを正しいバージョンに更新できないようです。

steven@steven-desktop ~/Desktop $ sudo apt-get install libasound2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libasound2 is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  google-chrome-stable: Depends: libasound2 (> 1.0.22) but 1.0.18-1ubuntu9 is to be installed
                        Depends: libc6 (>= 2.11) but 2.9-4ubuntu6 is to be installed
...

どうですか? Jauntyで利用可能なものよりも新しい依存関係を必要としない最新バージョンのChromeについて.debを見てください。私も成功できますか?

私がJauntyベースのディストリビューションを選んだのは、Jauntyが良く安定しているからです。これがnpmNode.jsパッケージマネージャを正常に動作させるのに役立つと思います。テストするには最新のChromeが必要です。本当に問題がたくさんあります...

ベストアンサー1

Jaunty(Ubuntu 9.04)はインターネット標準に従って古く、しばらくメンテナンスされていません。 Ubuntu幸せ2010年10月までサポート。 JauntyをベースにしたLinux Mint 7も同様です。サポートされなくなりました

Google の Chrome パッケージは、これらのバージョンをサポートしていません。必須バージョンUbuntuは現在10.04ではありません。長期サポート解放する。 (以前のLTSバージョン8.04 Hardyはまだサーバーでサポートされていますが、デスクトップではサポートされていません。)

最新のプログラムをインストールするには、最新のディストリビューションが必要です。安定性を探している場合は、Ubuntu LTS(2年ごとのアップグレード、約1年の猶予期間を含む)またはDebian stable(2〜3年ごとのアップグレード、数ヶ月の猶予期間を含む)をお勧めします。

おすすめ記事