J'obtiens la liste d'erreurs suivante lorsque j'essaie de faire des recommandations pour apt-get. Par exemple, Sudo apt-get update me donne finalement
Reading package lists... Done
E: The repository 'http://us.archive.ubuntu.com/ubuntu zesty Release' does no longer 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 zesty-updates Release' does no longer 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 zesty-backports Release' does no longer 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.
W: The repository 'http://us.archive.ubuntu.com/ubuntu zesty-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.
Il existe donc un certain nombre de solutions qui impliquent de passer à un miroir différent, mais cela échoue pour moi. Je passe au serveur principal, pas de changement. Je demande au système de choisir le meilleur serveur pour moi et je reçois une fenêtre "Aucun serveur de téléchargement approprié n'a été trouvé, vérifiez votre connexion Internet". Eh bien, je peux cingler Google (et poser cette question!), Donc il semble qu'Internet ne soit pas le problème.
Quelqu'un a des pensées?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty
La distribution est en fait Pop! _OS, qui, je crois, n’est que Vanilla Ubuntu avec des choix de logiciels particuliers.
Nous allons d’abord réparer vos dépôts:
Sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
Ceci devrait ajuster votre /etc/apt/sources.list à un aspect similaire à celui-ci:
deb http://old-releases.ubuntu.com/ubuntu/ zesty-updates main
deb http://old-releases.ubuntu.com/ubuntu/ zesty-backports main
deb http://old-releases.ubuntu.com/ubunt zesty-security main
deb http://old-releases.ubuntu.com/ubunt multivers restreint de l'univers principal pudique
Puis lancez:
Sudo apt-get update && Sudo apt-get dist-upgrade