I want to install a package (specifically xlop). I'm using TeXLive on Ubuntu, and I don't really know my way around LaTeX.
Can apt-get install or something similar be used?
I want to install a package (specifically xlop). I'm using TeXLive on Ubuntu, and I don't really know my way around LaTeX.
Can apt-get install or something similar be used?
Ubuntu and Debian ship with a totally outdated TeXLive 2009. The current version is 2011, released a couple of weeks ago. I highly recommend installing TeXLive using its own installer instead as described in How to install “vanilla” TeXLive on Debian or Ubuntu?. Then you can install packages using the normal tlmgr package manager:
tlmgr install <package name>
To update a package use:
tlmgr update <package name>
To update all packages (and tlmgr itself):
tlmgr update --self --all
This tool is not shipped in Ubuntu because they don't want any other tool installing files. Unfortunately software like the LaTeX editor Kile has TeXLive (the Ubuntu version) as its dependency, even if there is no binary one. They simplest way would be to keep the old TeXLive around and not to uninstall it. You might be able simply delete the files, though.
tlmgr didn't work for me at all, it seems to be completely absent. How do I acquire it? I tried apt-get install tlmgr, but it didn't know anything about it.
– Eric Wilson
Sep 15 '11 at 12:41
emerald?
– Raphael
May 13 '14 at 06:14
A lot of frequently used *TeX packages have been combined into Ubuntu packages. In this case a quick search in the Ubuntu Package Manager shows that xlop is part of the texlive-generic-extra package, which you can install using apt-get install or the GUI as preferred.
Having said that, it's not particularly difficult to install *TeX packages manually once you've identified the right tree to put them in (CTAN has pre-zipped versions of a lot of packages, which makes it even easier - you just have to unzip them at the right place and run texhash), and you then have the advantage of being sure you're up-to-date. At the moment I believe the Ubuntu versions are lagging quite a way behind TeX Live releases (let alone any subsequent package updates).
xlop found in Ubuntu 14.04 LTS in apt-cache. What is the role of the xlop here?
– Léo Léopold Hertz 준영
Jan 13 '16 at 14:16
apt-cache search xlop.
– bugybunny
Nov 02 '17 at 03:49
The best way I have figured out is that :-
locate graphicxsudo texhash it will update the package