PDA

View Full Version : [SOLVED] Google Earth Package - Ubuntu Software Center



coljohnhannibalsmith
December 22nd, 2010, 09:55 PM
I've just installed "googleearth-package" from the Ubuntu Software Center.

Now what do I do with it?



Thanks, Hannibal

sanderd17
December 22nd, 2010, 09:57 PM
press ALT+F2 and type "googleearth"

coljohnhannibalsmith
December 22nd, 2010, 10:01 PM
Wow,

That was fast!

I get the following error message when I try it:

Error stating file '/home/sophie/googleearth': No such file or directory

karthick87
December 22nd, 2010, 10:03 PM
Dont you find google-earth in Applications Menu???

coljohnhannibalsmith
December 22nd, 2010, 10:05 PM
Sorry, no.

I checked for it twice!

karthick87
December 22nd, 2010, 10:12 PM
How did you installed it??

ottosykora
December 23rd, 2010, 02:25 PM
there is no app resulting from this install, this is just some kind of life installer to grab and compile the gogle earth from google itself. The app itself does not do anything.
Check for some man files which came with it.

tdockery97
December 23rd, 2010, 02:42 PM
The googleearth-package downloads Google Earth and makes it into a .deb package. Open terminal and type:

make-googleearth-package --force

It will then download the googleearth .bin file and convert it into a .deb file. Then just use dpkg or gdebi to install the .deb package.

Don't be alarmed when it gives a bunch of error messages while building the .deb package. This is normal.

coljohnhannibalsmith
May 3rd, 2011, 02:50 AM
The googleearth-package downloads Google Earth and makes it into a .deb package. Open terminal and type:

make-googleearth-package --force

It will then download the googleearth .bin file and convert it into a .deb file. Then just use dpkg or gdebi to install the .deb package.

Don't be alarmed when it gives a bunch of error messages while building the .deb package. This is normal.

Thank you,

That worked; but it wouldn't run when I tried to launch it. It was then removed from the repository stating that the architecture was incompatible. The .deb from Google earth wouldn't run either.

Does anyone know if this has been corrected?

coljohnhannibalsmith
May 4th, 2011, 04:52 AM
Finally,

Their x64 .deb package now works under Unbuntu..


while true; do echo -n "Yeah! "; done