Ubuntu 19.04 - Erro no apt [RESOLVIDO]

1. Ubuntu 19.04 - Erro no apt [RESOLVIDO]

Diego Mendes Rodrigues
diegomrodrigues

(usa Ubuntu)

Enviado em 16/04/2020 - 14:36h

Prezados,

Utilizo o Ubuntu 19.04.
root@ubuntu:~# cat /etc/issue.net
Ubuntu 19.04


Ao executar o apt update, recebo os seguintes erros.
root@ubuntu:~# apt update
Ign:1 http://us.archive.ubuntu.com/ubuntu disco InRelease
Ign:2 http://us.archive.ubuntu.com/ubuntu disco-updates InRelease
Ign:3 http://us.archive.ubuntu.com/ubuntu disco-backports InRelease
Ign:4 http://us.archive.ubuntu.com/ubuntu disco-security InRelease
Err:5 http://us.archive.ubuntu.com/ubuntu disco Release
404 Not Found [IP: 91.189.91.38 80]
Err:6 http://us.archive.ubuntu.com/ubuntu disco-updates Release
404 Not Found [IP: 91.189.91.38 80]
Err:7 http://us.archive.ubuntu.com/ubuntu disco-backports Release
404 Not Found [IP: 91.189.91.38 80]
Err:8 http://us.archive.ubuntu.com/ubuntu disco-security Release
404 Not Found [IP: 91.189.91.38 80]
Hit:9 http://ppa.launchpad.net/certbot/certbot/ubuntu disco InRelease
Reading package lists... Done
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-updates Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-backports Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://us.archive.ubuntu.com/ubuntu disco-security Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@ubuntu:~#


Arquivo sources.list:
root@ubuntu:~# cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu disco main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu disco main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu disco-updates main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu disco-updates main restricted

## 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 disco universe
# deb-src http://us.archive.ubuntu.com/ubuntu disco universe
deb http://us.archive.ubuntu.com/ubuntu disco-updates universe
# deb-src http://us.archive.ubuntu.com/ubuntu disco-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://us.archive.ubuntu.com/ubuntu disco multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu disco multiverse
deb http://us.archive.ubuntu.com/ubuntu disco-updates multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu disco-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://us.archive.ubuntu.com/ubuntu disco-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu disco-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 disco partner
# deb-src http://archive.canonical.com/ubuntu disco partner

deb http://us.archive.ubuntu.com/ubuntu disco-security main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu disco-security main restricted
deb http://us.archive.ubuntu.com/ubuntu disco-security universe
# deb-src http://us.archive.ubuntu.com/ubuntu disco-security universe
deb http://us.archive.ubuntu.com/ubuntu disco-security multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu disco-security multiverse


Como posso resolver esse erro?


  


2. Re: Ubuntu 19.04 - Erro no apt [RESOLVIDO]

Clodoaldo Santos
clodoaldops

(usa Linux Mint)

Enviado em 16/04/2020 - 15:46h

-19.04 não tem mais suporte e nem atualizações desde janeiro/2020
https://sempreupdate.com.br/canonical-mata-o-ubuntu-19-04-disco-dingo/




3. Re: Ubuntu 19.04 - Erro no apt

aguamole
aguamole

(usa KUbuntu)

Enviado em 16/04/2020 - 17:16h

Você pode resolver modificando o source.list removendo "disco" substituindo por "eoan"
Isso vai fazer com que o sistema deixe de procurar repositório do "disco" e passe a usar o repositório do "eoan" so que faça um ponto de restauração antes para se o update do sistema falhar você possa restaurar o sistema ao ponto passado do tempo.
Outra forma é fazer uma instalação limpa do "eoan".
Se você esperar um pouco a LTS 20.04 sera lançada.

CPU i5-8400 GTX 750 SofRaid 4xSSD 16GB DDR4 mesmo assim uso Lubuntu.


4. Re: Ubuntu 19.04 - Erro no apt

Stanislaus K
StanislausK

(usa FreeBSD)

Enviado em 16/04/2020 - 17:24h

Ola,

"E: The repository 'http://us.archive.ubuntu.com/ubuntu disco Release' does not have a Release file"

veja no repositório:

http://us.archive.ubuntu.com/ubuntu/ubuntu/ubuntu/dists/

nem tem mais o disco... é isso que está sendo dito na mensagem!

Como os colegas acima mencionaram... veja que no repositório tem ainda o eoan, entre outros!


5. Re: Ubuntu 19.04 - Erro no apt [RESOLVIDO]

Diego Mendes Rodrigues
diegomrodrigues

(usa Ubuntu)

Enviado em 16/04/2020 - 18:32h

Obrigado pela ajuda.

Resolvi atualizando para a versão 19.10 com os seguintes comandos:

sudo do-release-upgrade -c
sudo do-release-upgrade
sudo apt autoremove --purge


Atenciosamente,
Diego M. Rodrigues


6. Re: Ubuntu 19.04 - Erro no apt [RESOLVIDO]

Diego Mendes Rodrigues
diegomrodrigues

(usa Ubuntu)

Enviado em 16/04/2020 - 18:33h


clodoaldops escreveu:

-19.04 não tem mais suporte e nem atualizações desde janeiro/2020
https://sempreupdate.com.br/canonical-mata-o-ubuntu-19-04-disco-dingo/



Isso mesmo, atualizei para a versão 19.10 para voltar a funcionar.

Att,
Diego M. Rodrigues


7. Re: Ubuntu 19.04 - Erro no apt [RESOLVIDO]

Diego Mendes Rodrigues
diegomrodrigues

(usa Ubuntu)

Enviado em 16/04/2020 - 18:34h


aguamole escreveu:

Você pode resolver modificando o source.list removendo "disco" substituindo por "eoan"
Isso vai fazer com que o sistema deixe de procurar repositório do "disco" e passe a usar o repositório do "eoan" so que faça um ponto de restauração antes para se o update do sistema falhar você possa restaurar o sistema ao ponto passado do tempo.
Outra forma é fazer uma instalação limpa do "eoan".
Se você esperar um pouco a LTS 20.04 sera lançada.

CPU i5-8400 GTX 750 SofRaid 4xSSD 16GB DDR4 mesmo assim uso Lubuntu.


Obrigado. Atualizei para a versão 19.10 para voltar a funcionar.

Abraço,
Diego M. Rodrigues






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts