Tips How to Install Google Earth in Ubuntu Hardy Heron

Google Earth is a 3d globe that puts the world’s geographic information at your fingertips. It’s is available on Linux, Mac, and Windows.

Google Earth

Start the installation by downloading the Linux installer.

Open a terminal and change to the directory where the installer downloaded to. If it’s on your desktop you can use this command:
cd ~/Desktop

Change the permissions on the installer so you can run it:
chmod +x GoogleEarthLinux.bin

Run the installer as the root user:
sudo ./GoogleEarthLinux.bin

Google Earth installer

The installer dialog will open. The default install paths work fine. Click Begin Install.

Once the installation is finished you can click Start to launch Google Earth.

Want to add Google Earth to the Application menu? Open the menu editor in System->Preferences->Main Menu.

Select the submenu you want to use and click New Item. The command value needs to be googleearth.

Source from Tom

Note: to uninstall meybe u should try :

sudo su -
cd /opt/google-earth/
export DISPLAY=:0
./uninstall

Related posts:

  1. Tips Install Driver WiFi Acer Aspire 4315 di Ubuntu Hardy Heron
  2. Install Flash 10 for Ubuntu Hardy Heron
  3. News Google Earth Berhasil Membongkar Ladang Ganja
  4. Tips Cara Install LTSP Server di Ubuntu 9.04 Desktop
  5. News Google Earth Sekarang “join” dengan IPhone

One Response to “Tips How to Install Google Earth in Ubuntu Hardy Heron”

  1. Cyntia Says:

    after adding sudo apt-get install lsb-core I finally managed to install google earth, thanks to your tutorial

Leave a Reply