Instalación de látex

Instalación de látex

Cómo instalar Latex en Ubuntu 17.04. He intentado instalar a través de

sudo add-apt-repository ppa:jonathonf/texlive

Muestra este error...

E: The repository 'http://ppa.launchpad.net/blahota/wxmaxima/ubuntu zesty 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://ppa.launchpad.net/jonathonf/texlive/ubuntu zesty 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

Respuesta1

Gracias por su apoyo chicos. Pero he encontrado la solución.

Prueba esto:

sudo apt-get install texlive-full
sudo apt-get install texmaker

Funcionó para mí.

información relacionada