我正在试着遵循这个指南
当我想在运行此命令后继续学习本教程时:
sudo apt-get install nginx-extras passenger我得到了这个错误:
Reading package lists... Done
Building dependency tree
Reading state information... Done
passenger is already the newest version.
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:
nginx-extras : Depends: perlapi-5.18.2 but it is not installable
Depends: libperl5.18 (>= 5.18.2) but it is not installable
Recommends: passenger (< 4.0.60) but 1:4.0.59-1~trusty1 is to be installed
E: Unable to correct problems, you have held broken packages.我想我不能安装nginx-extras,有没有人能帮我?
https://stackoverflow.com/questions/28818597
复制相似问题