Hi,<br><br>Just wanted to report an install bug and my fix to see if it could be of assistance.&nbsp; I installed TeXLive with the online installer with defaults on Ubuntu 8.10 64-bit and upon trying to run tlmgr received the error:<br>
<br>Can&#39;t locate TeXLive/TLConfig.pm in @INC (@INC contains: //tlpkg /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .)<br>
<br>Upon further inspection, @INC did not have a path to the default install directory:<br>/usr/local/texlive/2008/tlpkg/<br><br>so adding<br>use lib qw(/usr/local/texlive/2008/tlpkg);<br><br>to the tlmgr script at the beginning of the use statements will remedy the problem.&nbsp; For some reason the attempt to do this with kpsewhich and $MASTER does not function on my machine.<br>
<br>I am running,<br>tlmgr revision 11340 (2008-11-18 01:58:41 +0100)<br>tlmgr using installation: /<br><br>~lilbill39<br><br>