충족되지 않은 종속성으로 인해 애플리케이션이 설치되지 않음

충족되지 않은 종속성으로 인해 애플리케이션이 설치되지 않음

저는 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 패키지를 다시 설치해야 합니다.

관련 정보