O Google Chrome não será iniciado (Desatualizado)

2

Não consigo iniciar o google-chrome-stable. Este é o erro que estou recebendo:

[4604:4640:0929/093415.646539: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)

As pessoas sugerem que se você estiver executando uma versão mais antiga do Ubuntu não vai funcionar, mas eu estou em 16.04

Estive procurando on-line e tentei todas as diferentes sugestões. para executar atualizações de segurança.

$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get install libnss3

No entanto, se eu executar $ apt-cache policy libnss3 , obtenho o seguinte:

libnss3:
  Installed: 2:3.21-1ubuntu4
  Candidate: 2:3.21-1ubuntu4
  Version table:
 *** 2:3.21-1ubuntu4 500
        500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

EDITAR

Depois de executar sudo apt update && sudo apt full-upgrade saída relacionada ao Google Chrome:

Ign:19 http://dl.google.com/linux/chrome/deb stable InRelease             
Get:20 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:21 http://dl.google.com/linux/chrome/deb stable Release
Fetched 102 kB in 7s (13.9 kB/s)                               
Reading package lists... Done
Building dependency tree       
Reading state information... Done
10 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: http://repo.acestream.org/ubuntu/dists/trusty/InRelease: Signature by key E1254F21D636B7EFDE41D2AF50E2BCF0E3805CD8 uses weak digest algorithm (SHA1)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  google-chrome-stable
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/65.3 MB of archives.
After this operation, 146 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 403416 files and directories currently installed.)
Preparing to unpack .../google-chrome-stable_61.0.3163.100-1_amd64.deb ...
Unpacking google-chrome-stable (61.0.3163.100-1) over (61.0.3163.79-1) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up google-chrome-stable (61.0.3163.100-1) ...

Ainda estou vendo a mesma mensagem de erro depois disso depois de reiniciar

    
por tester123 29.09.2017 / 10:56

1 resposta

3

experimente os comandos abaixo na sua máquina do Ubuntu.

sudo apt-get install --reinstall libnss3

Isso corrigirá seu problema com o pacote libnss3

    
por Abhishek 04.10.2017 / 20:03