Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I downloaded the latest TexLive2012 iso and installed it on my computer by running the install-tl script, I chosed the default installnation, and it finished successfully, but where can I find the executable binarys?

I'm using Ubuntu 12.04 LTS

share|improve this question
3  
Not really an answer, but rather an alternative for next time is the TeXLive Backports PPA which provides TeXLive 2012 for Precise as Ubuntu packages. – gertvdijk Sep 17 '12 at 13:01

2 Answers

up vote 3 down vote accepted

which tex should give you an answer, if it does not, you may have skipped the Post-install: setting PATH step from http://tug.org/texlive/quickinstall.html, which basically reuires you to add binaries path to your path environment. In my ~/.bashrc I have

PATH=/usr/local/texlive/2012/bin/i386-linux:$PATH
share|improve this answer

I think you should not check the install option "Create symlinks in system directories" when you install.

Maybe it will be better to use the GUI install the Texlive 2012, by

./install-tl --gui

Before you GUI installation, please install these two packages.

sudo apt-get install perl-tk p7zip

And then, you can run the Texlive in terminal or it involved by other programs.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.