ludwig125のブログ

頑張りすぎずに頑張る父

Ubuntu14.0.4でGoogleChromeが起動しない

問題

VMUbuntuChromeをアップデートしたあとで、 Google Chromeのアイコンを押しても起動しなくなってしまった

コマンドでgoogle-chromeをしたら以下のエラーが

$ google-chrome
[11644:11689:1103/213846.450610: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.
中止 (コアダンプ)

解決方法

askubuntu.com

これらを参考にパッケージをアップグレード

sudo apt-get upgrade
sudo apt-get update

これで開けるようになった

[shingo-virtual-machine ~/git/work] $ google-chrome
ATTENTION: default value of option force_s3tc_enable overridden by environment.
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[18255:18293:1103/215655.013441:ERROR:simple_version_upgrade.cc(164)] File structure does not match the disk cache backend.
[18255:18293:1103/215655.014000:ERROR:simple_backend_impl.cc(659)] Simple Cache Backend: wrong file structure on disk: /home/shingo/.cache/google-chrome/Default/Cache
[18255:18255:1103/215655.772279:ERROR:account_tracker.cc(328)] OnGetTokenFailure: Invalid credentials.
[18255:18255:1103/215655.779440:ERROR:account_tracker.cc(328)] OnGetTokenFailure: Invalid credentials.

Ubuntuのパスワードを求められたので入力したら解決

apt-get参考

qiita.com