"битые пакеты" при использовании apt-get

Я попытался установить MIME::Base64 с помощью cpanm, что выдает ошибку, которая отсутствует в sys/types.h. Затем я пытаюсь установить libc6-dev, который завершается с сообщением об ошибке

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libc6-dev : Depends: libc6 (= 2.13-38+deb7u8) but 2.19-11 is to be installed
             Depends: libc-dev-bin (= 2.13-38+deb7u8)
E: Unable to correct problems, you have held broken packages.

Я надеюсь, что кто-то знает решение и может мне помочь

1 ответ

Решение

Кажется, вы пытаетесь установить Debian 8 libc6 (2.19-11) в систему Debian 7 (2.13-38+deb7u8). Проверьте свои /etc/apt/sources.list за любые странные записи.

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