Skip to content

Instantly share code, notes, and snippets.

@LeeiFrankJaw
Last active December 10, 2017 16:31
Show Gist options
  • Save LeeiFrankJaw/a7d51045707fb6d0eb8aa8fc5c8e949c to your computer and use it in GitHub Desktop.
Save LeeiFrankJaw/a7d51045707fb6d0eb8aa8fc5c8e949c to your computer and use it in GitHub Desktop.
Install TeX Live on Ubuntu 16.04.3 LTS
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
tar xvf install-tl-unx.tar.gz
cd install-tl-20171210/
wget https://gist.github.com/LeeiFrankJaw/a7d51045707fb6d0eb8aa8fc5c8e949c/raw/8512775fd3380681b879c60aae371e6d3de57226/texlive.profile
sudo ./install-tl -profile texlive.profile
echo export PATH=\"\$PATH:/usr/local/texlive/2017/bin/x86_64-linux\" >> ~/.bashrc
echo export MANPATH=/usr/local/texlive/2017/texmf-dist/doc/man:\$MANPATH >> ~/.bashrc
echo export INFOPATH=/usr/local/texlive/2017/texmf-dist/doc/info:\$INFOPATH >> ~/.bashrc
# texlive.profile written on Sun Dec 10 14:09:10 2017 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2017
TEXMFCONFIG ~/.texlive2017/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2017/texmf-config
TEXMFSYSVAR /usr/local/texlive/2017/texmf-var
TEXMFVAR ~/.texlive2017/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-langchinese 1
collection-langenglish 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-music 1
collection-pictures 1
collection-plaingeneric 1
collection-pstricks 1
collection-xetex 1
instopt_adjustpath 0
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment