Due to the old version of Tex Live available in Ubuntu 11.04, I tried to install Tex-Live 2011 using the instructions given on the TUG website.
However, when I run the install-tl script I get the following message.
Installing TeX Live 2011 from: http://archive.cs.uu.nl/mirror/CTAN/systems/texlive/tlnet....
<D> directories:
TEXDIR (the main TeX directory):
!! default location: /usr/local/texlive/2011
!! is not writable, please select a different one!
Can anybody help me how to fix this ? When I try to run the script it just shuts down.
chown. – Marco Daniel Aug 31 '11 at 18:28chowncommand – Trap Aug 31 '11 at 19:00sudo chown -R $USER:$USER /usr/local/texlive/should work. You can also install TL as root. In my opinion it is no problem. – Marco Daniel Aug 31 '11 at 19:10install-tlscript with superuser privileges:sudo ./install-tl; the script will create the relevant directories. – egreg Aug 31 '11 at 19:28/usr/localshould belong to root. – raphink Sep 01 '11 at 08:10Dcommand and then the1command. The installer will create the relevant directory. – egreg Sep 01 '11 at 10:57