Falha ao buscar http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.26 80]


9

Estou usando o Ubuntu 16.04 LTS. Esta manhã, quando corri sudo apt-get update, encontrei o seguinte erro:

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.

Eu verifiquei a Internet para uma resposta. Embora tenha encontrado algumas postagens semelhantes, nenhuma das soluções funciona para mim. Uma das soluções interessantes que tentei foi:

A solução mais simples é executar as duas etapas a seguir:

1- Faça backup da sua lista de fontes -> sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup

2- Abra o arquivo de fontes "/etc/apt/sources.list" Renomeie todas as instâncias de us.archive ou arquive http://us.archive.ubuntu.com/ubuntu/para

http://old-releases.ubuntu.com/ubuntu/

Faça também o mesmo para o http://security.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages

3- Execute o sudo apt-get update depois de fazer o acima.

Adivinha o que .. não funcionou. De fato, lançou mais erros:

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.

Por favor ajude.

EDITAR:

Aqui está o meu sources.list original:

# 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


1
@mikewhatever A duplicata não é válida - o problema do OP não é a seleção do 'espelho mais rápido', mas eles tentaram corrigir um problema de aviso do repositório Lucid e, no processo, interromperam a configuração do Xenial.
Thomas Ward

Respostas:


13

Você cometeu alguns erros graves aqui.

Primeiro, você está executando o 16.04. Isso significa que você não pode substituir cegamente o espelho de arquivamento normal old-releases. É por isso que você obtém atualmente os erros sobre os repositórios Xenial ausentes.

Em segundo lugar, você ainda está tentando desenhar no repositório Lucid. Isso não ajudará você, porque boa parte dos itens no repositório Lucid não funcionará no Xenial ou foram removidos dos repositórios por vários motivos, ou foram substituídos pelas versões atualizadas. E, as instruções que você seguiu para versões antigas se aplicam apenas à linha de repositório Lucid que você tinha em suas configurações.


Veja como corrigir os problemas que você está tendo.

  1. Vá em frente /etc/apt/sources.liste comece substituindo todas as old-releases.ubuntu.comentradas pelo seu espelho original us.archive.ubuntu.com,.
  2. Encontre as linhas que referenciam lucide comente-as ou use old-releases.ubuntu.com apenas para esse repositório .

    Se você não sabe qual entrada no /etc/apt/sources.listou /etc/apt/sources.list.d/*tem esta entrada 'lúcido', em seguida, executar este comando a partir de /etc/apt/: grep -r -i lucid /etc/apt/; ele identificará os arquivos que contêm a palavra 'lúcido'

  3. sudo apt-get update e comandos semelhantes agora devem funcionar sem problemas.

Eu recomendo fortemente comentar os repositórios Lucid, pois eles também são o fim da vida útil e, a menos que você realmente precise de algo deles, não deve mantê-los ativados.


Não consigo encontrar nenhuma referência de linha lucid. Eu editei a pergunta e adicionei o meu sources.list. Você poderia dar uma olhada?
Utkarsh2k2

Verifique todos os lugares em /etc/apt/sources.list.d/ também. Em algum lugar você tem Lucid, ou você não teria recebido o erro que cometeu no início. Considere apenas tentar apt-get updatedemais para ver se o erro foi resolvido agora. (use grep -r -i lucid /etc/apt/para encontrar referências lúcidas)
Thomas Ward

encontrei. Havia 2 referências dentro /etc/apt/sources.list.d/alternative_Repo.list. Depois de comentá-los, os erros desaparecem agora.
Utkarsh2k2 21/10
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.