依存関係が満たされていないため、Subversion Ubuntu 14.04 をインストールできません

依存関係が満たされていないため、Subversion Ubuntu 14.04 をインストールできません

Ubuntu 14.04 に Subversion をインストールできませんでした。以下のエラー メッセージが表示されます。

$ sudo apt-get install subversion
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:
 subversion : Depends: libsvn1 (= 1.8.8-1ubuntu3.2) but it is not going to be installed
              Depends: libapr1 (>= 1.4.8-2~) but it is not installable
              Depends: libaprutil1 (>= 1.2.7+dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.

問題が発生する可能性があります。

答え1

考えられる原因の 1 つは、一部のパッケージが最新バージョンではないことです。まず、次のコマンドを実行して更新してみてください。

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install subversion

関連情報