LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-23-2016, 03:37 PM   #1
dmcgarrett@optonline.net
LQ Newbie
 
Registered: Jun 2010
Location: Long Island, NY
Distribution: PCLOS, Mint,
Posts: 26

Rep: Reputation: 0
Google Earth for PCLinuxOS 64 KDE


The latest "one-line install" doesn't work in PCLinuxOS 64 KDE. There was a version that worked
several months ago--I don't know if it was in Synaptic, or a download from Google, but hwat's
there now is different and hangs on dependencies (apparently).
Does anyone have an rpm from a few months ago that might work, and if so, could you post it somewhere that I can download it?

--doug

(I hope this forum will notify me of an answer. I don't see that opetion.)
 
Old 09-23-2016, 07:16 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
doesn't work
after 6 years you should know how to post a question

dose not work is of NO help
what dose not work the package manager or the installed program ?
and what is the error
 
Old 09-23-2016, 09:52 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi Doug, welcome to the forum

Can you post the exact error messages? If you installed a 32 bit copy of GE (which is most likely the case,) your 64 bit OS won't have copies of the 32 bit libraries it needs to function. Some of the needed dependencies might be fulfilled by installing this package. You might also need to install the 64 bit copy of lsb-core.

Also, just as a suggestion, you might want to change your username using the instructions at the top of the page here, lest your email inbox ends up with a boatload of SPAM in the very near future. The "Contact Us" form is here.

Regards...
 
Old 09-23-2016, 11:24 PM   #4
dmcgarrett@optonline.net
LQ Newbie
 
Registered: Jun 2010
Location: Long Island, NY
Distribution: PCLOS, Mint,
Posts: 26

Original Poster
Rep: Reputation: 0
Johnvv: YEs I know. Here's the result of one tyr to install, similar to the "one line install" Finally I tried to "uninstall" it and it said it was not installed.

Code:
[root@linux1 doug]# ./GoogleEarthLinux.bin
Verifying archive integrity... All good.
Uncompressing Google Earth for GNU/Linux 6.0.3.2197.............................................................................................
setup.data/bin/Linux/amd64/setup.gtk2: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

Gtk-WARNING **: Failed to load module "libcanberra-gtk-module.so": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
loki_setup: Suspect size value for option option

loki_setup: Suspect size value for option option

Installing mimetypes...
Installing desktop menu entries...
Installing desktop icon...
[root@linux1 doug]# googleearth
/usr/local/bin/googleearth: line 18: /opt/google-earth/googleearth-bin: No such file or directory
[root@linux1 doug]# rpm -e google-earth-stable_current_x86_64.rpm
error: package google-earth-stable_current_x86_64.rpm is not installed
If you tell me how to change the username, I will. I seem to remember that this is what I was asked to use as a user name. Also it seems that this forum will not notify me of answers.
 
Old 09-23-2016, 11:44 PM   #5
dmcgarrett@optonline.net
LQ Newbie
 
Registered: Jun 2010
Location: Long Island, NY
Distribution: PCLOS, Mint,
Posts: 26

Original Poster
Rep: Reputation: 0
Me again: Here's the "one-line install" that Google says works in all Linuxes, and the result. After the last line nothing happens--there is no icon on the desktop, and
typing googleearth does nothing. There is a box or window that comes up and if you try and get rid of it, it says something like 'the program is not installed, Do you want to close it?" or words to that effect.

Code:
[root@linux1 Downloads]# wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
--2016-09-24 00:26:55--  http://dl.google.com/earth/client/current/GoogleEarthLinux.bin
Resolving dl.google.com (dl.google.com)... 173.194.204.136, 173.194.204.93, 173.194.204.190, ...
Connecting to dl.google.com (dl.google.com)|173.194.204.136|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 33688483 (32M) [application/octet-stream]
Saving to: ‘GoogleEarthLinux.bin’

GoogleEarthLinux.bin                       100%[========================================================================================>]  32.13M  6.63MB/s    in 4.9s    

2016-09-24 00:27:00 (6.53 MB/s) - ‘GoogleEarthLinux.bin’ saved [33688483/33688483]

Verifying archive integrity... All good.
Uncompressing Google Earth for GNU/Linux 6.0.3.2197.............................................................................................
setup.data/bin/Linux/amd64/setup.gtk2: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

Gtk-WARNING **: Failed to load module "libcanberra-gtk-module.so": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
loki_setup: Suspect size value for option option

loki_setup: Suspect size value for option option

Installing mimetypes...
Installing desktop menu entries...
Installing desktop icon...
The files are supposed to be in
file:///home/doug/GoogleEarthLinux.bin
file:///home/doug/Downloads/GoogleEarthLinux.bin

What am I supposed to do with that?

--doug
 
Old 09-23-2016, 11:50 PM   #6
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
If you tell me how to change the username, I will.
Simply use the "Contact Us" form I linked to. Request that your username be changed and provide the new name you would like to use.

Regards...

Last edited by ardvark71; 09-25-2016 at 12:12 AM. Reason: Deleted email address.
 
Old 09-24-2016, 12:26 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you READ the error ?

Code:
error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
--
Gtk-WARNING **: Failed to load module "libcanberra-gtk-module.so": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
you are missing some dependency's
 
Old 09-24-2016, 12:32 PM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,503

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
A 'bin' file is a binary and what to do with it is explained at the link below.

http://www.cyberciti.biz/faq/howto-u...iles-in-linux/

You seem to have missing dependencies so I don't know that will work. Can you not use Synaptic to install it? You could try downloading the rpm version from the googleearth site. Make sure you get the correct version (32 or 64bit). Installing an rpm explained at the link below.

http://www.tldp.org/LDP/solrhe/Secur...hap3sec20.html
 
Old 09-24-2016, 04:14 PM   #9
dmcgarrett@optonline.net
LQ Newbie
 
Registered: Jun 2010
Location: Long Island, NY
Distribution: PCLOS, Mint,
Posts: 26

Original Poster
Rep: Reputation: 0
For some reason the last post didn't make it. Here's the answer, as found by someone (Frazella) on the PCLOS forum:

You must open up to the Google Earth site from a Chrome browser. Otherwise the Linux choices do not show up. When you

When you do that, you get two rpm and two deb versions, one each for 32-bit and 64-bit.

--doug
 
Old 09-24-2016, 04:27 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
NO, the rpm and deb show up just fine in Mozilla seamonkey and firefox
https://www.google.com/earth/download/ge/agree.html
 
Old 09-24-2016, 11:29 PM   #11
dmcgarrett@optonline.net
LQ Newbie
 
Registered: Jun 2010
Location: Long Island, NY
Distribution: PCLOS, Mint,
Posts: 26

Original Poster
Rep: Reputation: 0
You are probably using something other than PCLinuxOS. The rpm you posted does not work in pclos, and the rpm that does work does not show up in Firefox or PaleMoon in pclos.
Here's the rpm that works for a 64-bit system:

google-earth-stable_current_x86_64.rpm

In case any reader is unfamiliar with the use of rpm, here's how: "rpm -Uvh filename.rpm" minus the quotes, from a root environment--su or in some distros, sudo.

At any rate, I now have Google-Earth installed and working fine, and if something else works for you, that's fine also.

I sus[ect there's enough information here to get anybody up to date with this.

--doug
 
Old 09-25-2016, 12:11 AM   #12
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
At any rate, I now have Google-Earth installed and working fine, and if something else works for you, that's fine also.
Hi Doug...

If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Google map and Google earth problem? nec207 General 1 02-28-2016 06:22 AM
LXer: Show Photos on Google Earth and Google Maps with*digiKam LXer Syndicated Linux News 0 10-12-2011 08:20 PM
google earth on pclinuxos.... crashes with signal 11, and very large text on dialogs aliusam Linux - Software 3 01-24-2011 07:10 PM
LXer: Google Maps and Google Earth KML overlays LXer Syndicated Linux News 0 10-29-2008 04:30 AM
Google Earth produces 'holes' in planet earth greengrocer Linux - Newbie 5 07-18-2006 10:57 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration