在Ubuntu 10.10中安装Google Earth 6[多图]

字体大小: 中小 标准 ->行高大小: 标准

Google Earth 6已经在昨天发布了。Google Earth 6的新特性:虚拟地球将更富真实感,整合街景和3D树木,此外历史照片也更易于浏览。Google Earth早在2008年便加入了街景,但v6版实现了全面整合,用户可以直接从外太空飞到家门口。地球如果没有树林将是一个十分荒凉无趣的地方,在加入了数千3D建筑物后,Google正与环保组织合作,让用户可以看到一片绿色,了解森林所受到的威胁。

相关阅读:Ubuntu下Google Earth出现乱码的解决方法[图文]

然而,在Linux中安装它是那么的困难,总是有这样那样的错误。这里有一篇文章介绍在Ubuntu 10.10 Linux中如何正确安装和运行Google Earth 6。

在Ubuntu 10.10中安装Google Earth 6[多图]

图1

1、到Google官网网站下载最新版 Google Earth 6 (.bin) 存放在你的home/linuxidc目录下(见图2)打开终端,输入如下命令(见图2):

cd
chmod +x GoogleEarthLinux.bin
./GoogleEarthLinux.bin --target /tmp/ge

在Ubuntu 10.10中安装Google Earth 6[多图]

图2

在Ubuntu 10.10中安装Google Earth 6[多图]

图3

这时你会得到如下错误(或者类似的错误):
Verifying archive integrity... All good.
Uncompressing Google Earth for GNU/Linux 6.0.0.1735..............................................................
setup.data/setup.xml:1: parser error : Document is empty

^
setup.data/setup.xml:1: parser error : Start tag expected, '<' not found

^
Couldn't load 'setup.data/setup.xml'
linuxidc@linuxidc-Aspire-3680:~$

不用担心,我们用下面的命令修复它:

cd /tmp/ge/setup.data/bin/Linux/x86/
mv setup.gtk setup.gtk2
cd /tmp/ge
sudo ./setup.sh

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/62025.html