can't install google earth in 12.10
well i have tried but failed to install eithe rthe older 6.02? or the newer beta 7.0 google earth on my laptop. i have tried both 32 & 64 bit versions (I am running a 64 bit 12.10) and it will not work. I have tried the downloaded package and I have tried to install through a terminal window , no go if i try in synaptic it tells me it cannot install because of a broken or missing dependany ia32-libs. which is a 32bit file that I cannot install . any ideas? because i am out :(
Re: can't install google earth in 12.10
Try
Code:
sudo apt-get update && sudo apt-get install ia32-libs-multiarch
then retry installing Google Earth.
Re: can't install google earth in 12.10
Quote:
Originally Posted by
oldos2er
Try
Code:
sudo apt-get update && sudo apt-get install ia32-libs-multiarch
then retry installing Google Earth.
I just tried that and got this at
"Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ia32-libs-multiarch' has no installation candidate
cabz@ubuntu:~$
the end
Re: can't install google earth in 12.10
Quote:
Originally Posted by
cabz
I just tried that and got this at
"Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ia32-libs-multiarch is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ia32-libs-multiarch' has no installation candidate
cabz@ubuntu:~$
the end
check that all your repo are marked
close;
then run again the prev command
Re: can't install google earth in 12.10
Quote:
Originally Posted by
fdrake
check that all your repo are marked
close;
then run again the prev command
I cannot find anything not checked what am i looking for?
Re: can't install google earth in 12.10
Quote:
Originally Posted by
cabz
Package ia32-libs-multiarch is not available, but is referred to by another package.
Check your software sources and make sure the universe repository is enabled.
1 Attachment(s)
Re: can't install google earth in 12.10
Quote:
Originally Posted by
oldos2er
Check your software sources and make sure the universe repository is enabled.
you mean these?
Attachment 229524
Re: can't install google earth in 12.10
Yes. Can you run
Code:
sudo apt-get install -f
and post the output?
Re: can't install google earth in 12.10
Quote:
Originally Posted by
oldos2er
Yes. Can you run
Code:
sudo apt-get install -f
and post the output?
here it is
cabz@ubuntu:~$ sudo apt-get install -f
[sudo] password for cabz:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
cabz@ubuntu:~$
Re: can't install google earth in 12.10
I don't really understand why it's not picking up ia32-libs-multiarch. Try
Code:
sudo apt-get clean
sudo apt-get update
sudo apt-get install google-earth-stable
That last command assumes you have Google's repository enabled. Also, could you post
Code:
cat /etc/apt/sources.list
?