I have installed TeXLive 2012 on Ubuntu 12.04 via install-tl and chose a minimal set of packages, so that I could later tlmgr install ... everything I would need with dependencies automatically resolved. During installation I chose a subdirectory of the home directory (user install) and not /usr/...
After installation I've updated the path env. var. so the command tlmgr works, however latex or pdflatex commands don't exist. I've tried tlmgr install latex and it downloaded and installed some 3 packages, but still no latex command in bash (other tex binaries like bibtex exist in /texlive/bin/i386-linux/, but no latex).
PATHvariable? – cmhughes Sep 10 '12 at 1:27tlmgr generate fmtutil --rebuild-syshelp? Does callingtex -fmt pdflatexwork, i.e. produce what you would expectpdflatexto produce? – Ulrich Schwarz Sep 10 '12 at 6:15latex-binas @mpg suggested, installing only packagelatexwas not enough. – Boris B. Sep 10 '12 at 7:46