<HTML><BODY>Hello,<br>I have properly installed TeX Live 2013 (in work with internet) on my NB. Now, I need install some packages on the same NB, but home without internet.<br><br>In work (other PC) downloaded missing package (for example):<br># wget http://mirror.switch.ch/ftp/mirror/tex/systems/texlive/tlnet/archive/ascii-font.tar.xz<br>copying to USB, bringing home<br><br>Now trying installed (home without internet):<br># tlmgr install --file ascii-font.tar.xz<br>cannot contact mirror.ctan.org, returning a backbone server!<br>tlmgr: Cannot load TeX Live database from http://www.tex.ac.uk/tex-archive/systems/texlive/tlnet<br><br># tlmgr --repo=/path/to/file/ install --file ascii-font.tar.xz<br>tlmgr: Cannot load TeX Live database from /path/to/file/<br><br>OK, trying someone similarly back in work (with internet):<br># tlmgr install --file ascii-font.tar.xz<br>tlmgr: package repository http://mirror.switch.ch/ftp/mirror/tex/systems/texlive/tlnet<br>Can't call method "setting" on an undefined value at /opt/texlive/2013/tlpkg/TeXLive/TLPDB.pm line 1413, <TMP> line 20.<br><br><br>How to properly use --file option (at least at work with internet) ?<br><br>Thans,<br>Vasya<br><br></BODY></HTML>