今天突然想試一下Google Earth,畢竟宅了了幾天了,想看看外面的世界,可是腿受傷了……這個不重要,電腦上也能看世界
正常:Google一下Google Earth,畢竟是自家産品,第一條搜尋結果就是,進入,下載下傳适用于Debian或Ubuntu的64位deb。
完後:
sudo dpkg -i google-earth-stable_current_amd64.deb
提示依賴關系,照做,其實官網上也說了
System requirements:
PC - Windows XP, Windows Vista, or Windows 7
Mac - Mac OS X 10.6.0 or later
Linux - LSB 4.0 (Linux Standard Base) libraries
安裝之
sudo apt-get install lsb-core
又是一堆依賴,亂七八糟的,不過還好由提示
sudo apt-get -f install
裝上一堆東西後,突然發現,居然還要安裝ia32-libs,這尼瑪不是坑爹嗎,說好的 64 bit .deb (For Debian/Ubuntu)呢,居然還要裝32位共享庫……
sudo apt-get install ia32-libs
提示,沒有!Google了一圈,發現真的沒有,感覺被涮了……
心想,總會有人跟我一樣想在64位Ubuntu13.10下安裝Google Earth的,繼續Google,看到有人說解包打包……覺着挺靠譜,方法如下:
1.解包
右鍵google-earth-stable_current_amd64.deb,解壓到目前位置,會建立一個同名檔案夾
2.修改
修改同名檔案夾内檔案,路徑為:google-earth-stable_current_amd64/DEBIAN/control
用文本編輯器打開control檔案,找到dependency,即依賴那一行,删除ia32-libs及之前的逗号
3.打包
dpkg -b google-earth-stable_current_amd64
4.安裝
sudo apt-get install libc6:i386
sudo dpkg -i google-earth-stable_current_amd64.deb
到此結束,Google Earth如願出現在Dash中,用了一會兒,還行……
可是突然想到,這以後在用到需要ia32-libs的軟體,那可咋辦,比方說,國産良心産品WPS……看來隻能坐等出64位了