依存関係が満たされていないためアプリケーションがインストールされない

依存関係が満たされていないためアプリケーションがインストールされない

私は Linode で Apache を実行していました。最近 Lighttpd に移行し、Apache を削除したところ、アプリケーションをインストールしようとすると必ず次のエラーが発生します。

    ivineet:~# apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  libapache2-mod-php5: Depends: apache2-mpm-prefork (> 2.0.52) but it is not going to be installed or
                                apache2-mpm-itk but it is not going to be installed
  subversion: Depends: libsvn1 (= 1.6.12dfsg-6) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
ivineet:~#

答え1

出力が示唆しているように、apt-get -f install依存関係の問題を解決するために実行してみてください。問題が修正され次第、Subversion パッケージを再度インストールすると機能するはずです。

関連情報