Jak instalovat Google Earth?
Z Znalosti
Install Google Earth In Ubuntu 14.04 64bit [How To] - článek popisuje okolnosti doprovázející program Google Earth v Ubuntu 14.04 a obsahuje návod k instalaci.
Podstatný výtah:
To properly install Google Earth (along with the required 32bit dependencies) in Ubuntu 14.04 (or 13.10) 64bit, use the following commands:
sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i386 cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb sudo dpkg -i google-earth-stable_current_i386.deb sudo apt-get install -f
(Vyzkoušel jsem, funguje.)