Требуется установка ненадежных пакетов?

Вчера я попытался установить VLC Player, и я получил Requires installation of untrusted packages ошибка. Я часами искал решение этой проблемы и, наконец, наткнулся на предложение, в котором говорилось о смене серверов для загрузки обновлений. Я сделал это, и это выдало мне ошибку 404, когда я нажал на "Проверить" в диспетчере обновлений. Я попытался переключить свой сервер обратно на основной (а после этого на несколько других), но теперь я все еще получаю ошибку 404:enter image description here

И другая ошибка, которую я получаю при загрузке или обновлении:enter image description here

Редактировать: Вывод cat /etc/apt/sources.list:

deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted #Added by software-properties# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to# newer versions of the distribution.deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ precise multiverse universe #Added by software-properties## Major bug fix updates produced after the final release of the## distribution.deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates restricted main multiverse universe #Added by software-properties## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team. Also, please note that software in universe WILL NOT receive any## review or updates from the Ubuntu security team.deb http://us.archive.ubuntu.com/ubuntu/ precise universedeb http://us.archive.ubuntu.com/ubuntu/ precise-updates universe## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu## security team.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.deb http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse #Added by software-propertiesdeb http://us.archive.ubuntu.com/ubuntu/ precise-security main restricted multiversedeb-src http://us.archive.ubuntu.com/ubuntu/ precise-security restricted main multiverse universe #Added by software-propertiesdeb http://us.archive.ubuntu.com/ubuntu/ precise-security universe## Uncomment the following two lines to add software from Canonical's## 'partner' repository.## This software is not part of Ubuntu, but is offered by Canonical and the## respective vendors as a service to Ubuntu users.deb http://archive.canonical.com/ubuntu precise partnerdeb-src http://archive.canonical.com/ubuntu precise partner## This software is not part of Ubuntu, but is offered by third-party## developers who want to ship their latest software.

Основываясь на ошибках, которые вы вставили в раздел комментариев моего предыдущего ответа, у меня есть другое возможное решение:

sudo apt-get cleancd /var/lib/aptsudo mv lists lists.oldsudo mkdir -p lists/partialsudo apt-get clean sudo apt-get update

Это приведет к перестройке кэша.
Вежливость:http://ubuntuforums.org/showthread.php?t=1983220#8

Эта ссылка может помочь. Он решает очень похожую проблему.

По сути, вы открываете терминал и вводите sudo apt-get update && sudo apt-get upgrade. Это сделало это за меня.

Принятый ответ не помог мне в моем случае (Ubuntu 13.10), но я смог обойти проблему обновления через командную строку, а не через программу обновления программного обеспечения (на случай, если кто-то еще столкнется с этой проблемой).

sudo aptitude upgrade

представил мне конкретный пакет, который был получен из ненадежного источника (музыкальный менеджер Google), и спросил, хочу ли я принять его и обновить.

У меня была точно такая же ошибка при попытке обновить системный индикатор.

В моем случае это было из-за отсутствия ключей GPG. Здесь есть ответ, в котором вам будет предложено установить менеджер PPA, и он может попытаться импортировать все недостающие ключи. Я сделал это, и это не дало мне никакого подтверждения, что отсутствующие ключи были импортированы, но после этого я запустил обновление, и оно установилось нормально.

В данном случае я должен сказать, что это ужасное (бесполезное) сообщение об ошибке.

https://askubuntu.com/a/386003/11929

вставьте выходные данные cat /etc/apt/sources.list, а затем gpg --list-keys
вставьте в paste Ubuntu

Я отредактировал свой вопрос.