O Chrome não abre no lubuntu 16.10 [fechado]

2

História

Eu verifiquei vários guias antigos sobre como instalar o Google Chrome até que finalmente consegui que funcionasse, mas assim que eu finalmente o instalei (após muitos problemas na instalação manual de alguns pacotes ausentes) ele não foi aberto nem uma vez.

Computador

  • HP Notebook, muito antigo.
  • 2 GB de RAM
  • AMD CPU Dual Core 1700 MHz
  • Executando o LUbuntu 16.10 64 bits

Instalação do Chrome

Eu fiz o download do arquivo da página oficial do Google para o Ubuntu de 64 bits e o instalei por meio do GDebi, tendo que instalar os pacotes ausentes manualmente.

Problema

O Chrome não abre, nunca foi instalado.

Diagnóstico

$ google-chrome
/usr/bin/google-chrome: line 55: /opt/google/chrome/chrome: cannot execute binary file: Exec format error
/usr/bin/google-chrome: line 55: /opt/google/chrome/chrome: Success

E nada acontece (mesmo para o google-chrome-stable).

$ whereis google-chrome-stable
google-chrome-stable: /usr/bin/google-chrome-stable

Instalando o arquivo:

$ sudo apt install ./google-chrome-stable_current_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'google-chrome-stable:amd64' instead of './google-chrome-stable_current_amd64.deb'
The following NEW packages will be installed:
  google-chrome-stable:amd64
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/46,2 MB of archives.
After this operation, 180 MB of additional disk space will be used.
Selecting previously unselected package google-chrome-stable:amd64.
(Reading database ... 194730 files and directories currently installed.)
Preparing to unpack .../google-chrome-stable_55.0.2883.87-1_amd64.deb ...
Unpacking google-chrome-stable:amd64 (55.0.2883.87-1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up google-chrome-stable:amd64 (55.0.2883.87-1) ...
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/x-www-browser (x-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode
update-alternatives: using /usr/bin/google-chrome-stable to provide /usr/bin/google-chrome (google-chrome) in auto mode

Sugestões de David Foerster

$ readlink -f /usr/bin/google-chrome
/opt/google/chrome/google-chrome

e

$ file /opt/google/chrome/chrome
/opt/google/chrome/chrome: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.26, BuildID[sha1]=77d30c39976a4947b23b12abb107e28f66637823, stripped

Eu vi outro thread ( Google Chrome não abre no Ubuntu 16.04 LTS ) que falou sobre a mesma coisa (somente em 16.04), mas está morto há dois dias ...

    
por Teivel 27.12.2016 / 19:13

1 resposta

-1

Tente desinstalar o Google Chrome sudo apt remove --purge google-chrome-stable . Quando o Google Chrome não estiver instalado, faça o download de um novo arquivo .deb do Google Chrome. O próximo passo é mover o arquivo .deb recém-baixado para o seu diretório pessoal. Agora abra um terminal e digite sudo apt install ./[NAME-OF-THE-DEB-FILE] .

    
por 32th System 27.12.2016 / 21:03