我正在尝试在 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
...

我能做些什么?尝试挖掘最新版本 Chrome 的 .deb,它不需要比 Jaunty 上可用的依赖项更新的依赖项?我有可能成功吗?

我选择基于 Jaunty 的发行版的原因是因为 Jaunty 很好而且稳定。我认为这将帮助我成功地让npmNode.js 包管理器正常工作。我需要一个更新的 Chrome 来测试...这是一个可怕的第 22 条军规...

答案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 年升级一次,有几个月的宽限期)。

相关内容