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
これは何を意味するのでしょうか?
リポジトリの更新、国の変更、壊れたパッケージの修復を試みました。
手動インストールの可能性があることは知っていますが、これは簡単に機能するはずです
これに関するリードは大歓迎です!