尝试在全新的Ubuntu 12.04安装上安装Google Chrome。在安装Chrome之前,我已在此系统上运行了apt-get完整升级和apt-get更新。我从www.chrome.com下载了32位的deb软件包,并在Ubuntu Software Center中打开了它。它几乎快要结束了,然后引发以下错误。
有见识吗?
Unpacking google-chrome-stable:i386 (from .../google-chrome-stable_current_i386.deb) ...
dpkg: dependency problems prevent configuration of google-chrome-stable:i386:
google-chrome-stable:i386 depends on xdg-utils (>= 1.0.2).
dpkg: error processing google-chrome-stable:i386 (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Processing triggers for man-db ...
我将更改为
—
dgonzalez
chromium-browser
Google放弃了对32位chrome版本的支持。
sudo apt-get install xdg-utils
吗?然后再次运行安装程序?