我正在尝试使用以下命令在Ubuntu Server 12.04上安装tomcat 7:
sudo apt-get install tomcat7
大多数网站和指南都要求这样做,但是我立即收到以下答案:
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:
tomcat7 : Depends: tomcat7-common (>= 7.0.26-1ubuntu1.1) but it is not
going to be installed
E: Unable to correct problems, you have held broken packages
这是什么意思?
我尝试过更新存储库,更改国家/地区,修复损坏的程序包。
我知道可以手动安装,但这应该很容易
任何线索对此表示极大的赞赏!