在 nginx 网络服务器上安装 phpmyadmin 时出现依赖问题

在 nginx 网络服务器上安装 phpmyadmin 时出现依赖问题

我尝试了很长时间来寻找这个问题的解决方案,但找不到。也许你可以帮助我。

我的系统上安装了 Ubuntu 14.04,我想用它通过 nginx 进行 Web 开发。Nginx 已安装并正常运行,但我无法通过以下命令安装 phpmyadmin

sudo apt-get install phpmyadmin

由于这个错误:

The following packages have unmet dependencies:
 phpmyadmin : Depends: libapache2-mod-php5 but it is not going to be installed or
                       libapache2-mod-php5filter but it is not going to be installed or
                       php5-cgi but it is not going to be installed or
                       php5-fpm but it is not going to be installed or
                       php5 but it is not going to be installed
              Depends: php5-mysql but it is not going to be installed or
                       php5-mysqli but it is not installable or
                       php5-mysqlnd but it is not going to be installed
              Depends: php5-mcrypt but it is not going to be installed
              Depends: php-gettext but it is not going to be installed
              Recommends: php5-gd but it is not going to be installed

我想我的 PPA 并不可靠。

问候!

相关内容