最近、Ubuntuを14.04LTSから16.04LTSにアップグレードしました。 TexLiveを2015年から2016年にアップグレードしたいと思います。TexLiveを2013年から2015年にアップグレードしたときに混乱しました。Ubuntu16.04でTexLiveから2015年から2016年にアップグレードする方法を教えていただければ幸いです。 LTS。ありがとう
Ubuntu16.04LTSでTexLiveを2015年から2016年にアップグレードするための完全なガイドを探しています。
承認された回答:
システムをアップグレードしてよろしければ TeX Liveのバージョンでは、PPAから最新のものをインストールできます。次のように、PPAを追加し、ターミナルからTeXLiveをインストールします。
sudo add-apt-repository ppa:jonathonf/texlive-2016
sudo apt-get update
sudo apt-get install texlive
これは私自身のXenialシステムに問題なくインストールされました:
[email protected]:~$ tex --version
TeX 3.14159265 (TeX Live 2016/Debian)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
There is NO warranty. Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
[email protected]:~$
そしてうまくいけば、あなたのに問題なくインストールされます システムも🙂
参照:
- PPA TeX Live 2016:LTSリリース用のTeXLive2016パッケージのバックポート