Linux Lite Forums

Software - Support => Other => Topic started by: m654321 on November 22, 2014, 12:13:01 PM

Title: Google Earth - dependency is not satisfiable...
Post by: m654321 on November 22, 2014, 12:13:01 PM
I downloaded Google Earth from the internet (Debian/Ubuntu 64-bit version) but
failed to get gdebi package manager to install it.  I also used the
synaptic package manager and downloaded the version there in the repository but
without luck there either.

In both cases, when gdebi started installation, the following message is given on
the gdebi window:

"Error: Dependency is not satisfiable: ia32-libs"

I then used the terminal  "sudo apt-get install ia32-libs" but this failed to fetch and install
ia32-libs.

Any help, much appreciated.
Regards
Mike
Title: Re: Google Earth - dependency is not satisfiable...
Post by: Wirezfree on November 22, 2014, 01:30:35 PM
Hi Mike,

Early this year(Feb/March) when I started with Linux, I wanted to try Google Earth just for fun.
I encountered various dependency issues etc
I eventually found and followed the instructions below, and it worked.
I have not tried it since, I do not know if this impacts anything else on LL
Maybe you can test on another PC.?
Dave

Open a Terminal [ctrl-alt-t]
Then 1 by 1 enter the following 4 commands:
1.
Code: [Select]
sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i3862.
Code: [Select]
cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb3.
Code: [Select]
sudo dpkg -i google-earth-stable_current_i386.deb4.
Code: [Select]
sudo apt-get install -f
Title: Re: Google Earth - dependency is not satisfiable...
Post by: m654321 on December 07, 2014, 07:19:23 AM
Quote
1.
Code: sudo apt-get install libfontconfig1:i386 libx11-6:i386 libxrender1:i386 libxext6:i386 libgl1-mesa-glx:i386 libglu1-mesa:i386 libglib2.0-0:i386 libsm6:i3862.
Code: cd /tmp && wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb3 (http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb3).
Code: sudo dpkg -i google-earth-stable_current_i386.deb4.
Code: sudo apt-get install -f

The above, recommended by Wirezfree,  for downloading and installing Google Earth worked a treat.  The only problem is that some parts of the street level pictures lack quality, owing to some of the pixels being very patchy (i.e. not filled with parts of the picture) - see SCREENSHOT below.  This doesn't happen when viewing Google Earth on Win 7 dual-boot on the same laptop with either LL2 or LL2.2.

Regards
Mike
Title: Re: Google Earth - dependency is not satisfiable...
Post by: m654321 on December 07, 2014, 08:02:41 AM
http://imagebin.ca/v/1jogKCOPHlAT

Click on this link for google earth screenshot showing 'patchy pixels' as viewed in LL2 or LL2.2

Regards
Mike
Title: Re: Google Earth - dependency is not satisfiable...
Post by: Scott on December 08, 2014, 01:53:21 AM
Hi Mike

I'm not a Google Earth user but I thought I'd at least make an attempt at a solution for this issue.

So it seems that the issue is in the rendering?  Googling "google earth rendering" resulted in many hits, here's one that looked promising.
https://support.google.com/earth/answer/148070?hl=en (https://support.google.com/earth/answer/148070?hl=en)

Scott
Title: Re: Google Earth - dependency is not satisfiable...
Post by: m654321 on December 08, 2014, 12:22:05 PM
Many thanks for your reply Scott - I'll take a look at this later and will post whether this worked on not.

Regards
Mike
Title: Re: Google Earth - dependency is not satisfiable...
Post by: m654321 on December 12, 2014, 03:33:16 AM
I