之前还好好的,突然就不行了。当我尝试通过单击其图标打开时,但没有任何反应。
正如这里已经有很多与此相关的问题,但没有一个对我有用。我已经检查过这个和这个。
我按照如何完全卸载 Google Chrome 和 Chromium 中的说明卸载了 Chrome?.
sudo apt-get purge google-chrome-stable
rm ~/.config/google-chrome/ -rf
Run Code Online (Sandbox Code Playgroud)
我再次通过以下方式安装了 Chrome:
sudo apt-get install google-chrome-stable
Run Code Online (Sandbox Code Playgroud)
但问题还是一样。
当我进入google-chrome终端时,出现以下错误。
[12289:12323:0723/014456:ERROR:nss_util.cc(744)] Error initializing NSS with a persistent database (sql:/home/maddy/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[12289:12323:0723/014456:ERROR:nss_util.cc(212)] Error initializing NSS without a persistent database: NSS error code: -5925
[12289:12323:0723/014456:FATAL:nss_util.cc(214)] nss_error=-5925, os_error=0
Run Code Online (Sandbox Code Playgroud) 我已经安装了 mysql、mysql-server、apache2 等等。可能是我安装了一些错误的 PPA 或程序导致了这个问题。基本上,我需要运行本地服务器(例如,对于 WordPress)。所以我需要 localhost/phpmyadmin。不知怎的,本地主机正在工作(它显示它的默认页面),但本地主机/phpmyadmin不工作。
当我尝试时sudo apt-get install phpmyadmin,它给出以下输出
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
phpmyadmin : …Run Code Online (Sandbox Code Playgroud) php package-management apache2 phpmyadmin software-installation