Ubuntu 16.10 Problema de atualização (algum release de yakkety de repositório não possui Release) [closed]

4

Existem mensagens semelhantes ("O repositório do Ubuntu não possui um arquivo Release" ... mas nenhum funciona para mim).

Eu tento atualizar um sistema (apt-get update), mas tenho alguns erros.

Concretamente (erro principal): [CÓDIGO] E: O repositório ' link yakkety Release' não tem um arquivo Release., W: A atualização de tal repositório não pode ser feito com segurança e, portanto, é desativado por padrão., W: Veja a página do apt-secure (8) para criação do repositório e detalhes de configuração do usuário., E: O repositório ' link yakkety-updates Release 'não possui um arquivo Release., W: A atualização de tal repositório não pode ser feita com segurança e, portanto, é desativada por padrão., W: Consulte apt-secure ( 8) manpage para criação do repositório e detalhes de configuração do usuário., E: O repositório ' link yakkety-security Release' não tem um Release Arquivo. [/ CÓDIGO]

Minha versão do Ubuntu: Descrição: Ubuntu 16.10 Codename: yakkety

Eu tentei várias soluções encontradas em diferentes segmentos e diferentes fontes, como: sudo apt-get autoclean sudo apt-get clean sudo apt-get update

Desativei todos os PPAs de "Outro software" de "Software e atualizações" (apenas no caso ...).

E também, eu comentei um par de linhas do arquivo sources.list (apenas para tentar):

deb link universo principal do yakkety-backports multiverso restrito deb link parceiro yakkety

... mas o erro principal permanece (veja "erro principal" no topo) ...

Quando tento: sudo apt-get update

Eu tenho isso:

...
Ign:79 http://archive.ubuntu.com/ubuntu yakkety-security/universe amd64     Packages
Ign:80 http://archive.ubuntu.com/ubuntu yakkety-security/universe i386 Packages
Ign:81 http://archive.ubuntu.com/ubuntu yakkety-security/universe all     Packages
Reading package lists... Done
W: The repository 'http://archive.ubuntu.com/ubuntu yakkety 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://archive.ubuntu.com/ubuntu yakkety-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://archive.ubuntu.com/ubuntu yakkety-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.
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety-updates/main/binary-i386/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/yakkety-security/main/binary-amd64/Packages  404  Not Found [IP: 91.189.88.149 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.

Alguma ideia? Obrigado antecipadamente!

    
por Mandor 25.01.2018 / 11:36

1 resposta

7

O Ubuntu 16.10 é EOL desde 20 de julho de 2017.

Altere o arquivo http://archive para http://old-releases in /etc/apt/sources.list e execute

sudo apt update && sudo apt upgrade

novamente.

Em seguida, atualize para uma versão compatível.

    
por Soren A 25.01.2018 / 11:45