如何在 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
這對我有用。