在Ubuntu下直接运行
sh GoogleEarthLinux.bin
就装上了。
(注意:装完了会有个对话框弹出来,不要选择现在就运行google earth,万一google earth崩溃了,就会在安装目录下留下些东西,导致删除的时候无法自动删除安装目录)
卸载的话,要找到google earth所在的目录,然后在那个目录下运行
./uninstall
就行了。
但如果你安装的时候前面加了sudo,即如下
sudo sh GoogleEarthLinux.bin
那么你卸载的时候运行
sudo ./uninstall
它会说
Could not find a usable uninstall program. Aborting.
要这样才行,首先
sudo su –
然后去google earth所在的目录,比如说/opt/google-earth下
运行
./uninstall
这样就好了。
至于桌面上那个东西,不知道是什么,手动删除了吧。