로 Ubuntu 12.04 LTS 서버에 gcc를 설치하려고 apt-get install gcc
하면 다음 오류가 발생합니다.
The following packages have unmet dependencies:
gcc : Depends: cpp (>= 4:4.6.1-2ubuntu5) but it is not going to be installed
Depends: gcc-4.6 (>= 4.6.1-1) but it is not going to be installed
Recommends: libc6-dev but it is not going to be installed or
libc-dev
더 깊이 탐구하면 (예 :) apt-get install gcc-4.6
다음을 얻습니다.
gcc-4.6 : Depends: gcc-4.6-base (= 4.6.1-9ubuntu3) but 4.6.3-1ubuntu5 is to be installed
Depends: cpp-4.6 (= 4.6.1-9ubuntu3) but it is not going to be installed
Depends: libgomp1 (>= 4.6.1-9ubuntu3) but it is not going to be installed
Depends: libquadmath0 (>= 4.6.1-9ubuntu3) but it is not going to be installed
Recommends: libc6-dev (>= 2.13-0ubuntu6) but it is not going to be installed
따라서 설치하려고 gcc-4.6=4.6.1-9ubuntu3
하면 제거 할 366 패키지 목록 (예 : 포함 apt
) 을 얻습니다 . 어느 쪽이 미친 지.
이것은 우분투 12.04 LTS 서버의 기본 바닐라 설치입니다 (즉, 나는 nginx, python-flup, python-yaml, rsync, python-pkg-resources, lsof, fontconfig, iptables, ufw, scons 및 grc를 설치했습니다).
gcc를 설치할 수 없다는 것이 놀랍습니다 .gcc 설치 시도가 실패하는 이유가 다소 혼란 스럽습니다. 유일하게 명백한 해결책은 366 개의 패키지를 제거하는 것으로 보이며, 그 중 다수는 우분투 운영의 핵심입니다.
무언가가 더해지지 않으며 도움을 주셔서 대단히 감사합니다.
편집 위의 최신 패키지는 물론 apt-get update; apt-get upgrade
위의 시도 전에 사용되었습니다 . 죄송합니다.