내 친구는 나에게 vps를 주었고 웹 사이트를 올려달라고 부탁했다. 그러나 소프트웨어를 설치하는 것이 거의 불가능하다는 것을 알았습니다.
예를 들면 다음과 같습니다.
root@ubuntu12:~# apt-get install nginx
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:
libc-dev-bin : Depends: libc6 (< 2.16) but 2.17-0ubuntu4 is to be installed
libc6-dev : Depends: libc6 (= 2.15-0ubuntu10.13) but 2.17-0ubuntu4 is to be installed
libnih1 : PreDepends: libc6 (< 2.16) but 2.17-0ubuntu4 is to be installed
nginx : Depends: nginx-full but it is not going to be installed or
nginx-light but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
root@ubuntu12:~# apt-get install htop
Reading package lists... Done
Building dependency tree
Reading state information... Done
htop is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc-dev-bin : Depends: libc6 (< 2.16) but 2.17-0ubuntu4 is to be installed
libc6-dev : Depends: libc6 (= 2.15-0ubuntu10.13) but 2.17-0ubuntu4 is to be installed
libnih1 : PreDepends: libc6 (< 2.16) but 2.17-0ubuntu4 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
libc6
패키지에 문제가 있다고 생각 하지만 제거 libc6
하면 다른 문제가 발생 할까 걱정 됩니다. 적절한 해결책은 무엇입니까?
어느 우분투가 있었습니까? 핵심 패키지가 호환되지 않기 때문에 시스템이 많이 잘못 사용 된 것 같습니다 (libc)
—
Anwar
@Anwar Shah 그것은 12.04이다. 나는 또한 시스템이 엉망이라고 생각한다.
—
Mithril
ppa-purge가 설치되어 있습니까? 그것을 사용하여 모든 ppa를 제거하십시오
—
Anwar
샤 @Anwar 아니
—
Mithril
The program 'ppa-purge' is currently not installed.
, apt-get install ppa-purge
같은 오류가 발생합니다.