Ubuntu 17.04에서 Latex를 설치하는 방법.. 다음을 통해 설치를 시도했습니다.
sudo add-apt-repository ppa:jonathonf/texlive
이런 오류가 표시됩니다...
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
답변1
여러분의 지원에 감사드립니다. 그러나 나는 해결책을 찾았습니다.
이 시도:
sudo apt-get install texlive-full
sudo apt-get install texmaker
그것은 나를 위해 일했습니다.