I'm reading this, where one of the respondents says to "get a package from CTAN". There are no installation instructions in the package mentioned.
I've installed texlive-full and use the long-term support version of Ubuntu precisely so I won't have to deal with this stuff, so everything will "just work".
Is there a command I can run from the terminal, like ctan-install or latex-install, that will find the packages I need, update them, etc.?
(sudo apt-get upgrade doesn't show that texlive-full needs updating.)
update: Thank you for the help, everyone. I think this is going to work (eventually). However as I keep downloading iso's, the synaptic package for texlive-full, and install-tl, my hard drive is now close to full with all of these TeX libraries! What should I delete after this is all over, and how? (I tried to remove the texlive-full meta-package in Synaptic and it said it would remove teXmacs as well.) Also: how am I ever going to keep this up to date and working with other programs I may install in the future?
tlmgr update --all?tlmgris the TeX Live manager and would download & install packages (from a default or given repository) from the command line. – Werner Sep 09 '11 at 19:58tlmgrdoesn't work with the TeXLive package of the repository. – Marco Daniel Sep 09 '11 at 20:00tlmgrfor installations. (The TL team sort out sorting out CTAN packages - it's not as simple as 'download and put in the right place'.) – Joseph Wright Sep 09 '11 at 20:46sudo apt-get install tlmgrnorapropos tlmgrdidn't find anything. – isomorphismes Sep 09 '11 at 22:16install-tl. – raphink Sep 09 '11 at 23:17install-tl? – isomorphismes Sep 10 '11 at 00:42tlmgr? – isomorphismes Sep 10 '11 at 00:47