I installed the minimal edition of TeXLive 2008 from the net in Ubuntu 8.10.<br>In order to complete the installation, I edited (gedit ~/.profile) and sourced (source ~/.profile) the .profile file by appending the lines<br>
<br>PATH=$PATH:/usr/local/texlive/2008/bin/i386-linux<br>export PATH<br><br>I also appended the lines<br><br>export PATH=$PATH:/usr/local/texlive/2008/bin/i386-linux/<br>export TEXMFCNF=/usr/local/texlive/2008/texmf/web2c/<br>
<br>in the .bashrc file and sourced.<br><br>Then, latex -v gives the expected info.<br><br>I then tried to install new packages with tlmgr, after I had had installed a python package and updated tlmgr itself. The command<br>
<br>tlmgr install mathdesign<br><br>will connect to the installation location, install:mathdesign and then quit because it &quot;can&#39;t mkdir &#39;/usr/local/texlive/2008/temp/&#39; permission denied&quot;.<br><br>sudo tlmgr install mathdesign, or sudo -H install mathdesign,<br>
<br>will prompt for password only to inform that tlmgr:command not found.<br><br>The package manager of MikTeX in Windows Vista similarly requires elevation (administrative privileges) to start. If the same is required by tlmgr, why is it not recognized by sudo? Why would tlmgr want to download the package at a created temp directory where it has no access (me either?).<br>
I hope you could hint at a solution on this problem, as I only installed Ubuntu two days ago and my experience with it is still limited.<br>Many thanks in advance,<br>S.<br>