在 64 位系统中安装 Google 地球

在 64 位系统中安装 Google 地球

好的。解决了 lib-core 的问题,现在我收到此错误。

jacob@jacob-desktop:~$ sudo -s dpkg -i google-earth-stable_current_amd64.deb
Selecting previously unselected package google-earth-stable.
(Reading database ... 173493 files and directories currently installed.)
Unpacking google-earth-stable (from google-earth-stable_current_amd64.deb) ...
dpkg: dependency problems prevent configuration of google-earth-stable:
 google-earth-stable depends on ia32-libs; however:
  Package ia32-libs is not installed.

dpkg: error processing google-earth-stable (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db ...
Processing triggers for gnome-menus ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support ...
Errors were encountered while processing:
 google-earth-stable

当我尝试安装 ia32-libs 时,ubuntu 告诉我它已被其他包替换。有什么建议吗?

答案1

只需安装 32 位版本。一堆非多架构软件包的 64 位版本。最好的方法是安装 32 位版本:

wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
sudo apt-get update
sudo apt-get install gdebi-core
sudo gdebi google-earth-stable_current_i386.deb

相关内容