lighttpd를 설치하려고 합니다. 실행할 때 sudo apt-get -f install
다음 오류가 발생합니다.
~/dev/downlaod$ sudo apt-get -f install lighttpd
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:
codeblocks-contrib: Depends: libwxsmithlib0 (= 10.05-1) but 10.05svn8059-0ubuntu1~lucid is to be installed
Depends: codeblocks-contrib-common (= 10.05-1) but 10.05svn8059-0ubuntu1~lucid is to be installed
Depends: codeblocks (= 10.05-1) but 10.05svn8059-0ubuntu1~lucid is to be installed
codeblocks-contrib-common: Breaks: codeblocks-contrib (< 10.05svn8059-0ubuntu1~lucid) but 10.05-1 is to be installed
lighttpd: Depends: libterm-readline-perl-perl but it is not going to be installed
Recommends: spawn-fcgi but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
나는 Ubuntu 10.04.4 LTS를 사용하고 있습니다.
이 문제를 해결할 수 있는 방법이 있습니까?
답변1
제안된 대로 수행하십시오 Try 'apt-get -f install' with no packages
.