无法在 Ubuntu 16.04 64 位上安装 Google 地球

Ulr*_*ich 10 google-earth software-installation 16.04

确保安装了 lsb-core 包!从应用程序 -> 附件 -> 终端(在面板中)或从 Dash(在新的 Unity 桌面中)打开终端,然后在终端中键入(或复制粘贴)以下命令:

sudo apt-get install lsb-core

64 位用户:如果安装 32 位软件包,您应该使用它

sudo apt-get install libc6-i386 libglib2.0-0:i386 libsm6:i386 \ libglu1-mesa:i386 libgl1-mesa-glx:i386 libxext6:i386 \ libxrender1:i386 libx11-6:i386

为旧版 Ubuntu 安装 Google Earth 所推荐的所有这些都不再适用于 Ubuntu 16.04。谁能帮忙?

小智 5

你可以试试这个我在 gnome Ubuntu LTS 16.04 中做到了

wget -O google-earth.sh http://drive.noobslab.com/data/apps/google-earth/google-earth.sh
chmod +x google-earth.sh;sudo ./google-earth.sh
Run Code Online (Sandbox Code Playgroud)

如果 Google Earth 中的字体很丑,我们可以使用以下命令添加 msttcorefonts:

sudo apt-get install msttcorefonts
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

  • 和往常一样的错误。几秒钟后,Google 地球崩溃并显示错误消息:处理崩溃时发生了另一次崩溃! (2认同)