I've been using latex for a while now, and I was starting to write my master's theses when I found out that the texlive installation I had was from 2005 (I'm using Debian Etch). So I decided to install the latest version, by means of the TeXLive installer (followed the instructions from http://www.tug.org/texlive/doc/texlive- ... ve-en.html). The installation had some troubles due to my not so long experience in linux, but it went fine in the end and some test files were typesetted ok.
The problem arised when I tried the manager tlmgr:
Code: Select all
$ tlmgr
bash: tlmgr: command not found
$ find / -name tlmgr
$ (nothing was found)
Thanks!!