Проблемы при попытке обновления с 10.04 до 12.04 [дубликат]

Когда я пытался обновить свой сервер с ubuntu 10.04 до 12.04, я столкнулся с проблемами с некоторыми пакетами. В нем говорилось:

sudo apt-get dist-upgrade
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:
      gcc-4.4: Depends: gcc-4.4-base (= 4.4.7-1ubuntu2) but 4.4.3-4ubuntu5.1 is installed
               Depends: cpp-4.4 (= 4.4.7-1ubuntu2) but 4.4.3-4ubuntu5.1 is installed
               Depends: binutils (>= 2.20.1-15~) but 2.20.1-3ubuntu7.1 is installed
               Depends: libgcc1 (>= 1:4.4.7-1ubuntu2) but 1:4.4.3-4ubuntu5.1 is installed
               Recommends: libc6-dev (>= 2.13-0ubuntu6) but it is not installed
      libnih-dbus1: Depends: libnih1 (= 1.0.3-4ubuntu9.1) but 1.0.1-1 is installed
      libnih1: Depends: libc6 (< 2.12) but 2.15-0ubuntu10.5 is installed
    E: Unmet dependencies. Try using -f.
0
задан 25 May 2015 в 09:06

1 ответ

попробуйте сначала

sudo apt-get update -f

или

sudo apt-get update --fix-missing

тогда

sudo apt-get upgrade

тогда

sudo apt-get dist-upgrade

надежда, она будет работать на Вас, если не проверят Вас (пакет) поврежденного repo

0
ответ дан 8 October 2019 в 00:56

Другие вопросы по тегам:

Похожие вопросы: