====== Instal·lació de Google Earth ======
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
add-apt-repository "deb http://dl.google.com/linux/earth/deb/ stable main"
apt-get update
Si el sistema és de 64 bits, cal instal·lar la llibreria ia32-libs
apt-get install ia32-libs
Si es trobava instal·la GoogleEarth prèviament, segurament caldrà eliminar-ho, per tornar a carregar-ho més tard
apt-get purge google-earth-stable
Instal·lar el paquet Google Earth
apt-get install google-earth-stable
===== Recopil·lació de sentències =====
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
add-apt-repository "deb http://dl.google.com/linux/earth/deb/ stable main"
Cal desactivar el repositori de la font per tant caldrà obrir l'arxiu /etc/apt/sources.list i comentar la línia
deb-src http://dl.google.com/linux/earth/deb/ stable main
nano /etc/apt/sources.list
Actualitzar el sistema i instal·lar els repositoris de programari
apt-get -y update
apt-get -y upgrade
apt-get -y install ia32-libs
apt-get -y purge google-earth-stable
apt-get -y autoremove
apt-get -y clean
apt-get -y install google-earth-stable