Can't install google earth in linux 10.4

Asked by Frank J. Cseri

Downloaded Google Earth 5.0 in Downloads, but I need help with installation from there on.
  Thanks Frank

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Marc Stewart
Solved:
Last query:
Last reply:
Revision history for this message
Best Marc Stewart (marc.stewart) said :
#1

You will probably find it much simpler to install from the Medibuntu repository than Google itself, especially as updates will be handled automatically (and the current version is 5.1).

To do that, open a terminal (Applications > Accessories > Terminal) and type:
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list
sudo apt-get update
sudo apt-get --allow-unauthenticated install medibuntu-keyring
sudo apt-get update
sudo apt-get install app-install-data-medibuntu apport-hooks-medibuntu googleearth

That's five lines—the first is quite long.

Revision history for this message
Frank J. Cseri (fcvc10) said :
#2

Problem solved following suggestion from Marc Stewart
  Thanks for help Frank