Google earth是一款非常棒的應(yīng)用,在其上可以看到全球每一個(gè)地方的高清遙感圖像。沒事的時(shí)候在Google earth上看看自己的家鄉(xiāng)也是件很有意思的事情。下面簡單記錄一下在Ubuntu上安裝Google earth的方法。“墻里秋千墻外道”,有些步驟是要在墻外才可以完成的哦,墻內(nèi)的可參考http://www.itdecent.cn/p/23b3a2d36015
(1)首先在官網(wǎng)下載Google earth的bin文件,地址http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
(2)安裝googleearth-package
sudo apt-get install googleearth-package
該工具可以將bin文件轉(zhuǎn)換為deb文件。
(3)bin文件轉(zhuǎn)deb文件
sudo make-googleearth-package --file GoogleEarthLinux.bin
生成了googleearth_6.0.3.2197+1.1.0-1_amd64.deb
(4)安裝deb文件
sudo dpkg -i googleearth_6.0.3.2197+1.1.0-1_amd64.deb
或者直接用SoftwareCenter打開該deb文件也可以進(jìn)行安裝。
至此,Google earth安裝完成,在終端中輸入googleearth即可使用。