실제로 내 문제와 유사한 유사한 질문을 확인했지만 이전에 제시된 솔루션 중 어느 것도 나에게 적합하지 않았습니다.
소프트웨어 센터를 사용하여 무엇이든 설치하려고 하면 종속성 오류가 반환됩니다.
The following packages have unmet dependencies:
cpp-4.8: Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04) but 4.8.4-2ubuntu1~14.04.1 is installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-1ubuntu1 is installed
gcc-4.8: Depends: cpp-4.8 (= 4.8.4-2ubuntu1~14.04.1) but 4.8.4-2ubuntu1~14.04 is installed
Depends: gcc-4.8-base (= 4.8.4-2ubuntu1~14.04.1) but 4.8.4-2ubuntu1~14.04.1 is installed
Depends: libgcc-4.8-dev (>= 4.8.4-2ubuntu1~14.04.1) but 4.8.4-2ubuntu1~14.04.1 is installed
Depends: zlib1g (>= 1:1.1.4) but 1:1.2.8.dfsg-1ubuntu1 is installed
소프트웨어 센터에서 수리를 시도하면 항상 다음과 같은 결과가 나타납니다.
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb ...
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.1) over (4.8.4-2ubuntu1~14.04) ...
dpkg: error processing archive /var/cache/apt/archives/cpp-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb (--unpack):
unable to make backup link of `./usr/lib/gcc/x86_64-linux-gnu/4.8/cc1' before installing new version: Input/output error
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Errors were encountered while processing:
/var/cache/apt/archives/cpp-4.8_4.8.4-2ubuntu1~14.04.1_amd64.deb
Error in function:
dpkg: dependency problems prevent configuration of gcc-4.8:
gcc-4.8 depends on cpp-4.8 (= 4.8.4-2ubuntu1~14.04.1); however:
위에서 언급했듯이 다음과 같은 제안된 솔루션을 시도했습니다.
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
또한 성공하지 못한 채 패키지를 제거하려고 시도했습니다. 종속성 문제가 계속 발생하고 결국 ./usr/lib/gcc/x86_64-linux-gnu/4.8/cc1
메시지 의 백업 링크를 만들 수 없게 됩니다 . 도움이 된다면 dpkg -S /usr/lib/gcc/x86_64-linux-gnu/4.8/cc1
반환합니다 .cpp-4.8: /usr/lib/gcc/x86_64-linux-gnu/4.8/cc1
내 우분투 버전은 14.04입니다(설명: Ubuntu 14.04.4 LTS).
현재로서는 아무것도 설치하거나 제거할 수 없습니다. 어떤 제안이라도 높이 평가하겠습니다.