
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
가능한 원인 중 하나는 일부 패키지의 최신 버전이 없다는 것입니다. 다음을 실행하여 먼저 업데이트를 시도해야 합니다.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install subversion