Instalação Latex

0

Como instalar o Latex no Ubuntu 17.04. Eu tentei instalar através de

sudo add-apt-repository ppa:jonathonf/texlive

Ele mostra esse erro ...

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
    
por SAM 12.06.2017 / 06:28

1 resposta

0

Obrigado pelo seu apoio pessoal. Mas eu encontrei a solução.

Tente isto:

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

Funcionou para mim.

    
por SAM 12.06.2017 / 17:07