今天更新Chrome後,無法啟動。有想法該怎麼解決這個嗎?我使用的是 Ubuntu 14.04。
我已經嘗試過:
- 刪除cookies;
- 刪除並重新安裝;
答案1
google-chrome-stable
在終端機中 運行給了我以下訊息: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
只需執行以下命令即可輕鬆解決此問題:
sudo apt-get update
。
作為安卓開發建議,跑步sudo apt-get install --only-upgrade libnss3
也可能有效。