确保lsb核心包已安装!从应用程序->附件->终端(在面板中)或从Dash (在新的统一桌面中)打开一个终端,并将以下命令键入(或复制粘贴)到终端中: sudo apt-get安装lsb-->64位用户:如果安装32位包sudo -get libc6-i 386 libglib2.0-0:i386 libsm6:i 386\libGlu1-Mesa:i 386 libgl1 mesa-glx:i 386 libxext6 6:i386 libxrender1:i 386 libx11-6:i 386 libfont1:i386 libsm6 core core
所有这些建议安装谷歌地球为更老的Ubuntu版本不再工作在Ubuntu16.04。谁能帮上忙?
发布于 2016-05-27 00:48:28
你可以试试,我在gnome Ubuntu 16.04中成功做到了
wget -O google-earth.sh http://drive.noobslab.com/data/apps/google-earth/google-earth.sh
chmod +x google-earth.sh;sudo ./google-earth.sh
如果Google Earth Ugly中的字体,我们可以使用以下命令添加msttcorefonts:
sudo apt-get install msttcorefonts
发布于 2016-08-11 10:20:28
64位系统的
sudo apt --yes install lsb-core
cd /tmp
mkdir google-earth && cd google-earth
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb
sudo dpkg -i google-earth-stable*.deb
# Step to show Panoramio pictures
cd /opt/google/earth/free/
sudo wget https://googledrive.com/host/0B2F__nkihfiNalQzN0ZmcjBPTGs/ge7.1.1.1580-0.x86_64-new-qt-libs-debian7-ubuntu12.tar.xz
sudo tar xvf ge7.1.1.1580-0.x86_64-new-qt-libs-debian7-ubuntu12.tar.xz
32位系统的
sudo apt --yes install lsb-core
cd /tmp
mkdir google-earth && cd google-earth
wget https://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
sudo dpkg -i google-earth-stable*.deb
http://blog.pztop.com/2016/04/28/Install-Google-Earth-on-Ubuntu-16-04/
https://askubuntu.com/questions/764827
复制相似问题