old guide of installing texlive via ISO
Back to the days in Nankai, I got fascinated with installing system, but the network traffic was expensive, thus Tex Live became a big problem.
I figured out a solution, i.e., install texlive via .iso
. In this way, I could download once, install many times for both Windows and Ubuntu.
After graduate, I return home. Network traffic is no longer a problem and I give a large partition (64G) to Ubuntu. Now apt
seems to be the best way, it saves me a lot of trouble.
So I move the installing guide here, use on your own risk:
- mount
texlive2016-20160523.iso
./install-tl --help
to browser help instead of source code, installperl-doc
export TEXLIVE_INSTALL_PREFIX=$HOME/texlive2016
./install-tl -portable --repository http://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
- move files to here and remove unneeded files (
install-tl
,install-tl.log
,README
,README.usergroups
) - enjoy
- remember don’t move
texlive2016/x86_64-linux/bin
totexlive2016/bin
, otherwisetexlive2016/texmf-local
&texlive2016/texmf-var
would move toopt/
i.e. out oftexlive2016/
. Becasue tlmgr intexlive2016/x86_64-linux/bin
use relative path.