Ci sono messaggi simili ("Il repository Ubuntu non ha un file di rilascio" ... ma nessuno funziona per me).
Provo ad aggiornare un sistema (apt-get update), ma ho riscontrato degli errori.
Concretamente (errore principale): [CODICE] E: Il repository " http://archive.ubuntu.com/ubuntu yakkety Release" non ha un file di rilascio., W: L'aggiornamento da un tale repository non può essere eseguito in modo sicuro, ed è quindi disabilitato di default., W: Vedi la manpage apt-secure (8) per la creazione del repository e i dettagli di configurazione dell'utente., E: Il repository ' http://archive.ubuntu.com/ubuntu yakkety-updates Release' non lo fa avere un file di rilascio., W: l'aggiornamento da tale repository non può essere eseguito in modo sicuro ed è quindi disabilitato per impostazione predefinita., W: consultare la manpage apt-secure (8) per la creazione del repository e i dettagli di configurazione dell'utente., E: il repository " http://archive.ubuntu.com/ubuntu yakkety-security Release" non ha un file di rilascio. [/CODICE]
La mia versione di Ubuntu: Descrizione: Ubuntu 16.10 Nome in codice: yakkety
Ho provato molte soluzioni trovate in diversi thread e fonti diverse, come ad esempio: sudo apt-get autoclean sudo apt-get clean sudo apt-get update
Ho disabilitato tutti i PPA da "Altri software" di "Software e aggiornamenti" (per ogni evenienza ...).
Inoltre, ho commentato un paio di righe del file sources.list (solo per provare):
deb http://archive.ubuntu.com/ubuntu yakkety-backports universo principale limitato multiverso deb http://archive.canonical.com/ubuntu partner yakkety... ma l'errore principale rimane (vedi "errore principale" in alto) ...
Quando provo a: sudo apt-get update
Ho capito :
...
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.
Qualche idea? Grazie in anticipo!