Ken*_*Ken 23 google-earth software-installation
我喜欢 Windows 中的 Google Earth 程序,但是要让它在 Linux 和 Ubuntu 上运行需要什么?
Mit*_*tch 24
要安装 Google 地球,只需按键盘上的Ctrl+ Alt+T即可打开终端。当它打开时,运行以下命令:
对于 32 位:
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
Run Code Online (Sandbox Code Playgroud)
对于 64 位:
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
Run Code Online (Sandbox Code Playgroud)
下载完成后,只需运行以下 2 个命令:
sudo dpkg -i google-earth-stable*.deb
sudo apt-get -f install
Run Code Online (Sandbox Code Playgroud)
安装后,您可以通过多种方式运行它:
从 Dash 启动软件。
按 Alt 和 F2 并输入 google-earth。
打开终端并输入 google-earth &。
我很惊讶没有人提到“简单”(以及“官方”)方式:
.deb (For Debian/Ubuntu)与您的架构相匹配的 32 位或 64 位。如果不确定,或者您使用的是 Ubuntu 13.10 以上版本,请选择 32 位版本。Install。完毕 :)这也是Ubuntu Community Help Wiki 在 GoogleEarth 上推荐的方法的更简单版本。(更简单,因为lsb_core与所有其他依赖项一样,软件中心会自动安装)