I just installed texlive-latex-base package from official Ubuntu repo, now I have to add some modules (ucs and utf8x) for compiling .pdf files with Cyrillic encoding, so, how to install it? I found tlmgr - the TeX Live manager, but I have no such command, it seems that I could install tlmgr using this: "You may end up in a situation where tlmgr itself does not run due to Perl errors, failed updates, or some other reason. If this happens, the simplest way forward is to download and run update-tlmgr-latest.sh" Am I right?
Update:
argon@vprime:~/Documents/diplom$ sudo bash update-tlmgr-latest.sh
[sudo] password for argon:
Verifying archive integrity... All good.
Uncompressing TeX Live Manager Updater..........................................................................................................................................................................
./runme.sh: Cannot find TeX Live root using kpsewhich --var-value=SELFAUTOPARENT.
./runme.sh: Please call update-tlmgr-latest.sh --noexec --keep
./runme.sh: and then call the runme.sh script in the unpacked directory
./runme.sh: with the directory root as the first argument, something like:
./runme.sh: sh runme.sh /path/to/your/texlive/installation/2010
argon@vprime:~/Documents/diplom$ dpkg -L tex
tex-common texlive-binaries texlive-doc-base
texlive-base texlive-common texlive-latex-base
So, path to which package should i use?
tlmgrhas nothing to do with the Ubuntu TeX Live (which is from 2009).tlmgris only available in the version of TL you can get from TUG, see tug.org/texlive. If you want the latest, go with TUG TL 12, not the Ubuntu TL – daleif Aug 03 '12 at 20:15