问题描述
我喜欢 Windows 中的 Google Earth 程序,但是如何让它在 Linux 和 Ubuntu 上运行?
最佳方法
要安装 Google 地球,只需按键盘上的 Ctrl
+ Alt
+ T
打开终端。打开后,运行以下命令:
对于 32 位:
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
对于 64 位:
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
下载完成后,只需运行以下 2 个命令:
sudo dpkg -i google-earth-stable*.deb
sudo apt-get -f install
安装后,您可以通过多种方式运行它:
-
从 Dash 启动软件。
-
按 Alt 和 F2 并键入 google-earth。
-
打开终端并键入 google-earth &。
次佳方法
我很惊讶没有人提到 “easy”(以及 “official”)方式:
-
访问 Google Earth Pro Website,现在称为“桌面版 Google 地球专业版 (GEP)”\n
-
(“regular” Google Earth现在可以直接在谷歌的Chrome浏览器上运行)
-
-
按照说明进行操作,直到到达 Download and Agreement page
-
下载并打开与您的体系结构匹配的
.deb (For Debian/Ubuntu)
,32 位或 64 位。如果不确定,或者如果您使用的是 Ubuntu 13.10 以上版本,请选择 32 位版本。 -
它将在 Ubuntu 软件中心打开。单击
Install
。完毕 :)
这也是 Ubuntu Community Help Wiki on GoogleEarth 推荐的方法的简化版本。 (更简单,因为 lsb_core
和所有其他依赖项一样,由软件中心自动安装)