我喜欢 Windows 中的 Google Earth 程序,但如何才能让它在 Linux 和 Ubuntu 上运行?
答案1
要安装 Google Earth,只需按下键盘上的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
下载完成后,只需运行以下两个命令:
sudo dpkg -i google-earth-stable*.deb
sudo apt-get -f install
安装后,您可以通过多种方式运行它:
从 Dash 启动软件。
按 Alt 和 F2 并输入 google-earth。
打开终端并输入 google-earth &。
答案2
我很惊讶没有人提到“简单”(也是“官方”)的方法:
- 访问Google 地球专业版网站,现称为“桌面版 Google 地球专业版 (GEP)”
- 按照说明操作,直到到达下载和协议页面
- 下载并打开与
.deb (For Debian/Ubuntu)
您的体系结构相匹配的 32 位或 64 位。如果不确定,或者如果你使用的是 Ubuntu 13.10 及以上版本,选择32位的。 - 它将在 Ubuntu 软件中心打开。单击
Install
。完成 :)
这也是推荐方法的更简单版本GoogleEarth 上的 Ubuntu 社区帮助 Wiki. (更简单lsb_core
,因为与所有其他依赖项一样,都由软件中心自动安装)
答案3
只需安装Ubuntu 调整在应用程序选项卡下,您将找到直接安装 Google Earth 的链接。
答案4
Google Earth 也有 PPA,但由于某种原因,没有google-earth-stable
,但是google-earth-ec
包。ec
企业客户端。不同之处在于它会询问(一次)要登录哪个服务器,默认为公共 google 服务器。而且图标是丑陋的黄色。
- 导入 Google 签名密钥
wget -q -O -https://dl-ssl.google.com/linux/linux_signing_key.pub| sudo apt-key 添加 -
- 添加 Google 地球 PPA
sudo sh -c 'echo "deb [arch=amd64]http://dl.google.com/linux/earth/deb/稳定主”>> /etc/apt/sources.list.d/google.list'
- 更新
sudo apt 更新
- 安装
sudo apt 安装 google-earth-ec-stable