Latex-Installation

Latex-Installation

Wie installiere ich Latex in Ubuntu 17.04? Ich habe versucht, die Installation über

sudo add-apt-repository ppa:jonathonf/texlive

Es wird dieser Fehler angezeigt ...

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

Antwort1

Danke für eure Unterstützung, Leute. Aber ich habe die Lösung gefunden.

Versuche dies:

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

Bei mir hat es funktioniert.

verwandte Informationen