Instalou o Chrome, mas não abriu [fechado]

1

Eu instalei o Chrome no site do google para o Ubuntu de 64 bits. No entanto, quando vou lançá-lo pelo atalho no Gerenciador de Aplicativos, ele não abre.

Quando tento abri-lo a partir da linha de comando, recebo o seguinte:

mblanco@mblanco-MS-7680:~$ google-chrome
[17943:17978:0915/102720.885730:FATAL:nss_util.cc(632)]
NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted (core dumped)

mblanco@mblanco-MS-7680:~$ google-chrome-stable
[17982:18017:0915/102735.683053:FATAL:nss_util.cc(632)]
NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted (core dumped)

Ok, tentei o seguinte:

mblanco@mblanco-MS-7680:~$ sudo apt install --reinstall libnss3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 1,133 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ vivid-updates/main libnss3 amd64 2:3.19.2.1-0ubuntu0.15.04.2 [1,133 kB]
Fetched 1,133 kB in 0s (1,501 kB/s)
(Reading database ... 1182050 files and directories currently installed.)
Preparing to unpack .../libnss3_2%3a3.19.2.1-0ubuntu0.15.04.2_amd64.deb ...
Unpacking libnss3:amd64 (2:3.19.2.1-0ubuntu0.15.04.2) over (2:3.19.2.1-0ubuntu0.15.04.2) ...
Setting up libnss3:amd64 (2:3.19.2.1-0ubuntu0.15.04.2) ...
Processing triggers for libc-bin (2.21-0ubuntu4) ...
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'unifi_sysvinit_all.deb' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

mblanco@mblanco-MS-7680:~$ google-chrome
[19519:19554:0915/111546.104207:FATAL:nss_util.cc(632)]
NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required.
Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted (core dumped)
    
por Mike Blanco 15.09.2017 / 17:17

1 resposta

2

Você usa uma versão antiga do Ubuntu?

Atualizar para a versão mais recente do Ubuntu (LTS recomendado) resolverá seu problema. Verifique isso Não é possível iniciar o Chrome no ubuntu 15.10

    
por George Mathioudakis 15.09.2017 / 18:07