Я использую Ubuntu 16.04 LTS. Сегодня утром, когда я бежал sudo apt-get update
, я столкнулся со следующей ошибкой:
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.26 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Я проверил интернет для ответа. Хотя я нашел несколько похожих постов, ни одно из решений не работает для меня. Одним из интересных решений, которые я попробовал, было:
Самое простое решение состоит в том, чтобы сделать следующие два шага:
1- Сделайте резервную копию вашего списка источников -> sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
2- Откройте файл источники «/etc/apt/sources.list» Переименовать все экземпляры us.archive или перенесите в http://us.archive.ubuntu.com/ubuntu/
к
http://old-releases.ubuntu.com/ubuntu/
Также сделайте то же самое для http://security.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages
3 - Запустите sudo apt-get update после выполнения вышеуказанного.
Угадай, что .. не сработало. Infact это бросило больше ошибок:
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-updates Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-backports Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://old-releases.ubuntu.com/ubuntu xenial-security Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-security/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.23 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Пожалуйста помоги.
РЕДАКТИРОВАТЬ:
Вот мой оригинальный список источников:
# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://in.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-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.
deb http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## 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://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## 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 xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu xenial-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu xenial-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu xenial-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
Ответы:
Вы сделали несколько серьезных ошибок здесь.
Во-первых, вы работаете 16.04. Это означает, что вы не можете слепо заменить обычное архивное зеркало на
old-releases
. Вот почему вы в настоящее время получаете ошибки об отсутствии репозиториев Xenial.Во-вторых, вы все еще пытаетесь извлечь из репозитория Lucid. Это вам не поможет, потому что значительная часть элементов в репозитории Lucid не будет работать в Xenial, или была удалена из репозитариев по разным причинам, или была заменена обновленными версиями. И инструкции, которые вы выполняли для старых выпусков, относятся только к линии репозитория Lucid, которая была у вас в ваших конфигах.
Вот как можно решить проблемы, с которыми вы столкнулись.
/etc/apt/sources.list
и начните с замены всехold-releases.ubuntu.com
записей на ваше оригинальное зеркалоus.archive.ubuntu.com
.Найдите строки, которые ссылаются,
lucid
и либо закомментируйте их, либо используйтеold-releases.ubuntu.com
только для этого хранилища .Если вы не знаете , какую запись в
/etc/apt/sources.list
или/etc/apt/sources.list.d/*
имеет это «осознанное» запись, а затем запустить эту команду/etc/apt/
:grep -r -i lucid /etc/apt/
; он идентифицирует файлы, содержащие слово «lucid»sudo apt-get update
и подобные команды теперь должны работать без проблем.Я настоятельно рекомендую закомментировать репозитории Lucid, так как они также являются концом жизни, и если вам что-то от них действительно не нужно, вы не должны оставлять их активированными.
источник
lucid
. Я отредактировал вопрос и добавил свойsources.list
. Не могли бы вы взглянуть?apt-get update
тоже, чтобы увидеть, если ошибка теперь решена. (используйте,grep -r -i lucid /etc/apt/
чтобы найти любые ссылки Lucid)/etc/apt/sources.list.d/alternative_Repo.list
. После комментирования их ошибки исчезли.