Uso o texlive no linux mint (serena), mas creio que o procedimento deva ser o mesmo: baixe do site
do texlive o programa install-tl, execute como root que deve funcionar certinho. Depois instale
algum utilitário tipo texstudio. Se quiser uma interface GUI instale o perl-tk antes de tudo, aí é install-tl --gui
O ABNTEX já é instalado junto.
--
You received this message because you are subscribed to the Google Groups "Latex-br" group.
To unsubscribe from this group and stop receiving emails from it, send an email to latex-br+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/latex-br/3e1aaf1f-9521-45a2-85c7-8143d78148b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
sudo apt-get autoremove --purge tex-common texlive-base texlive-binaries texlive-common texlive-doc-base texlive-latex-base texlive-latex-base-doc
sudo apt-get autocleanwget https://raw.githubusercontent.com/wiki/abntex/abntex2/texlive-profiles/texlive-full.profile
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz && tar -xf install-tl-unx.tar.gz && cd install-tl-* && sudo ./install-tl -no-gui -profile ../texlive-full.profile && cd ..