Проблема с обновлением
Reading package lists... Error!E: Wow, you exceeded the number of versions this APT is capable of.E: Problem with MergeList /var/lib/apt/lists/mirror.yandex.ru_debian_dists_unstable_main_binary-i386_PackagesE: The package lists or status file could not be parsed or opened.E: Couldn't rebuild package cacheE: Wow, you exceeded the number of versions this APT is capable of.E: Problem with MergeList /var/lib/apt/lists/mirror.yandex.ru_debian_dists_unstable_main_binary-i386_PackagesE: The package lists or status file could not be parsed or opened.У меня эта ошибка возникала в тот момент, когда я совсем старенький stable хотел обновить и до обновления добавил в /etc/apt/source.cionf еще и unstable репозиторий.
Для того, чтобы победить эту дрянь, надо всего лишь отключить unstable-репозиторий и обновить систему до актуального состояния.
Не может проверить ключи
W: GPG error: ftp://ftp.debian.org/ testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: There is no public key available for the following key IDs: 010908312D230C5FВ таком случае просто насильно импортируем ключи:
gpg --keyserver pgpkeys.mit.edu --recv-key 010908312D230C5F
gpg -a --export 010908312D230C5F | sudo apt-key add -
Комментариев нет:
Отправить комментарий