Arreglar problema de actualizacion en Ubuntu 17.04
Si al tratar de actualizar te esta saliendo este error:
| 
					 1 2 3  | 
						E: The repository 'http://gb.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.  | 
					
Se deben cambiar los repositorios
Editamos
		| 
					 1  | 
						nano /etc/apt/sources.list  | 
					
Reemplazamos las lineas del archivo por estas
		| 
					 1 2 3  | 
						deb http://old-releases.ubuntu.com/ubuntu/ zesty main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ zesty-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ zesty-security main restricted universe multiverse  | 
					
Listo, ya podemos actualizar