Instalação do Google Earth no Ubuntu 13.10 falha [duplicado]

0

Eu segui as instruções encontradas neste site sem sucesso. Aqui está a janela do terminal:

pierpaolo1942@ubuntuhome:~$ wget http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
--2013-10-28 15:36:10--  http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb
Resolving dl.google.com (dl.google.com)... 2607:f8b0:4003:c02::88, 74.125.227.226, 74.125.227.238, ...
Connecting to dl.google.com (dl.google.com)|2607:f8b0:4003:c02::88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45541972 (43M) [application/x-debian-package]
Saving to: ‘google-earth-stable_current_i386.deb’

100%[=============================================================================================>] 45,541,972   657KB/s   in 77s    

2013-10-28 15:37:27 (575 KB/s) - ‘google-earth-stable_current_i386.deb’ saved [45541972/45541972]

pierpaolo1942@ubuntuhome:~$ sudo dpkg -i google-earth-stable*.deb
[sudo] password for pierpaolo1942: 
Selecting previously unselected package google-earth-stable.
(Reading database ... 338485 files and directories currently installed.)
Unpacking google-earth-stable (from google-earth-stable_current_i386.deb) ...
Setting up google-earth-stable (7.1.1.1888-r0) ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for mime-support ...
pierpaolo1942@ubuntuhome:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  printer-driver-hpijs
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 9 not upgraded.
pierpaolo1942@ubuntuhome:~$ 

Obrigado pelo seu tempo.

    
por Pierpaolo 28.10.2013 / 23:54

1 resposta

0

Pacote de compilação do Google Earth

Esta é uma solução alternativa

Faça o download do Google Earth x64 .DEB

Abrir terminal, copiar & amp; Cole o seguinte comando e pressione Enter

sudo apt-get install libc6:i386 lsb-core

Abrir pasta de downloads

Clique com o botão direito no Google Earth .DEB Package & amp; Selecione Extrair Aqui

Clique na pasta Debian

Clique com o botão direito em Control & amp; Selecione Abrir no Gedit

Remover toda a linha contendo

Depende de: lsb-core (> = 3.2), ia32-libs

Agora clique em Salvar, & amp; Sair do arquivo de controle

Agora, exclua o pacote original do Google Earth que você baixou

Crie uma pasta chamada getfix, agora mova a pasta extraída do Google Earth para a pasta getfix

Agora você vai recriar o pacote .DEB do Google Earth

Abrir terminal, copiar & amp; Colar seguinte comando & amp; Pressione Enter

dpkg -b /home/username/Downloads/getfix/google-earth-stable_current_amd64

Depois de ter feito isso, volte ao Terminal Copy & amp; Colar o seguinte comando

sudo dpkg -i /home/username/Downloads/getfix/google-earth-stable_current_amd64.deb

O Google Earth reempacotado agora será instalado.

    
por scouser73 29.10.2013 / 00:15