LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-20-2012, 08:08 PM   #1
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Installing Google Earth on Sid 64 bit.


I cannot install Google Earth under Sid at the moment because ia32-libs-gtk depends upon ia32-libs-gtk-i386, which does not exist.
Does anyone know a workaround for this until multilib is finished?
Could I grab the old ia32-libs-gtk files from somewhere and use them somehow, for example?
Edit:
I have since learned that the 32 bit .deb file is the one to install (since Sid is now multilib), but there is a problem with lsb-core:i386 dependency. It would be good to hear from anyone who has managed to get google earth running under 64 bit Sid.

Last edited by 273; 07-20-2012 at 10:09 PM.
 
Old 09-24-2012, 05:08 PM   #2
tux9656
LQ Newbie
 
Registered: Sep 2012
Distribution: Debian
Posts: 11

Rep: Reputation: Disabled
I know this thread is a couple of months old, but if you are still having this issue, try installing the ia32-libs-gtk package from testing/wheezy. I am currently running sid and have testing/wheezy's ia32-libs-gtk installed and everything is working just fine. Also, most of the time when a package cannot be installed in sid due to broken dependencies, you can install the version from testing and it will work. To be able to use apt to install packages from testing, just add a line to /etc/apt/sources.list for testing and then to install the package from testing type, "apt-get install -t testing package" minus the quotation marks of course.
 
1 members found this post helpful.
Old 09-24-2012, 05:32 PM   #3
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Thanks, that's worked though it has left me with the system complaining about:
Code:
# apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 google-earth-stable:i386 : Depends: lsb-core:i386 (>= 3.2) but it is not installed
E: Unmet dependencies. Try using -f.
and running a -f install wants to remove a load of packages including Google Earth.
 
Old 09-24-2012, 06:37 PM   #4
tux9656
LQ Newbie
 
Registered: Sep 2012
Distribution: Debian
Posts: 11

Rep: Reputation: Disabled
You should install the google earth amd64 package, not google-earth-stable:i386. Debian may now be multilib, but it's multilib support is still a little flaky and the google earth packages are meant for debian 6, which is not multilib.
 
1 members found this post helpful.
Old 09-24-2012, 06:49 PM   #5
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Thanks, that works perfectly.
Now I have to work out why my Space Navigator doesn't seem to be recognised by Google Earth...
 
Old 09-24-2012, 06:55 PM   #6
tux9656
LQ Newbie
 
Registered: Sep 2012
Distribution: Debian
Posts: 11

Rep: Reputation: Disabled
You're welcome. What's space navigator?
 
Old 09-24-2012, 07:02 PM   #7
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by tux9656 View Post
You're welcome. What's space navigator?
It looks like a large knob but is actually a six degrees of freedom (up/down, left/right, forwards/backwards, pitch, yaw and roll) joystick used to navigate in 3D applications.
http://www.3dconnexion.com/products/spacenavigator.html
I bought it originally when I used Second Life but Google Earth gained support for them under Linux. Oddly though while it works with virtualised Fedora or Ubuntu it doesn't work with real Debian.
It's probably me misspelling a simlink or something though.
 
Old 09-25-2012, 05:13 PM   #8
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Space Navigator is working now too, not sure whether I did something in the wrong order or followed the wrong instructions the first time.
Either way it's great to have Google Earth without having to fire up a virtual machine.
 
Old 10-22-2012, 08:31 PM   #9
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Hi guys, I know this is solved, but I thought I'd ask here since I'm having issues with Google Earth on Sid 64 bit too. I installed ia32-libs and ia32-libs-gtk, as well as libgl1-nvidia-glx:i386 since at first the program didn't launch and complained that libGL.so.1 was missing (I'm using a nVidia card with the proprietary driver). Well, the problem is that when I launch the program, it doesn't display the Earth in the part of the screen where it's supposed to; everything it displays there is a black area. If I launch it from the terminal, there's no error or any message at all, so I feel like blinded.

For reference, I made a thread some days ago about this issue here, but I haven't found a solution yet.

Any ideas?

Last edited by Hungry ghost; 10-22-2012 at 08:36 PM.
 
Old 10-23-2012, 12:33 AM   #10
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
You could try uninstalling the nvidia-glx package from Sid and using the one from Wheezy instead, if you haven't tried that already. I think that's what I did, but I'll not be able to look for 12 hours or so.
 
Old 10-23-2012, 12:16 PM   #11
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Thanks 273, I'll try it when I have some time and let you know how it went.
 
Old 10-23-2012, 12:42 PM   #12
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Just to be clear I mean by adding the repository and "apt-get install -t testing" to install them rather than using .deb files.
(apologies if it's obvious from above but wanted to make sure)
 
Old 10-23-2012, 01:02 PM   #13
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Yes, I thought that's how it would be done. Thanks for the clarification. I'll post my results later, when I try it.
 
Old 10-26-2012, 07:51 AM   #14
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Well, tried installing the nvidia-glx package from Testing, but didn't work. If I manage to solve this I'll post back.

Thanks for your help!
 
Old 10-26-2012, 01:58 PM   #15
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Original Poster
Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Sorry, I re-read and I realised I didn't make it clear it's the nvidia-glx-ia32 package from testing. It's the multilib support that's broken in Sid at the moment so some things for i386 need to be from testing.
 
1 members found this post helpful.
  


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
horrible unaliased fonts for google earth 6 on slackware 13.37 64-bit flupwatson Slackware 3 12-05-2011 03:45 AM
[SOLVED] Google earth -6.0 64 bit business_kid Slackware 3 09-05-2011 02:50 AM
[SOLVED] Google Earth will not run 13.37 64 bit and Multi-lib camorri Slackware 18 07-04-2011 01:34 PM
[SOLVED] Failed attepts at installing google earth 6, debian Squeeze\Sid Elixer Debian 15 12-22-2010 09:51 PM
Google Earth not working? - Fedora 11 x86 64-bit Resist Fedora 1 10-22-2009 09:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:36 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