update google earth

Asked by Neil

I want to update goggle earth from 4.3 to 5.something.
how do I go about it. I tried with the command
cd ~/Desktop
chmod +x GoogleEarthLinux.bin
sudo ./GoogleEarthLinux.bin
But it just keeps installing 4.3, how do I upgrade?
did I need to uninstall it first if so how?
Thank you
Neil

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Abi ^-^ (abiyasa-eka) said :
#1

Hello, i think you should download a new version, and install it ...

https://help.ubuntu.com/community/GoogleEarth#Upgrading

Revision history for this message
Cruncher (ubuntu-wkresse) said :
#2

Yes, your approach was correct, however you need to download version 5 from the google site first. your version of the installer seems to be the 4.3 version, you can just delete it.

Note there is a bug somewhere so once you get version 5 installed it won't start.
However, the workaround is described here:
http://www.google.com/support/forum/p/earth/thread?tid=7b1b524777b9b982&hl=en
So after you installed it, search for the file "libcrypto.so.0.9.8" in the install directory and rename that, for example by going there and using this command:
sudo mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.old

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

To get googleearth automatically updated/upgraded when a new release is coming please install GE using the medibuntu repository.

Play mp3 and dvd under Ubuntu install skype googleearth acroread and other stuffs using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Type the following command in a terminal (applications → accessories → terminal)

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/
you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short type or better copy and paste the rows, below one row a time then press enter:

ubu_codename=$(sudo lsb_release -c | cut -d: -f 2 | sed 's/^[ \t]*//;s/[ \t]*$//')
sudo wget http://www.medibuntu.org/sources.list.d/$ubu_codename.list -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update

Now to install, type:

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg
sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2 regionset gnome-mplayer
sudo aptitude install non-free-codecs w32codecs
sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good
sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

give your user password when requested, you don't see nothing when you type it, then press enter.

You can also install other Medibuntu repository provided optional software http://packages.medibuntu.org/ :

sudo apt-get install skype
sudo apt-get install googleearth
sudo apt-get install acroread

Hope this helps

Can you help with this problem?

Provide an answer of your own, or ask Neil for more information if necessary.

To post a message you must log in.