TeX Live and MacTeX ⇒ Minimal TeXLive install?
Minimal TeXLive install?
Can someone explain how to perform a bare minimum install on Debian Linux? I only have need (at the moment) for 3-4 packages and would prefer to not install a large number of packages I never intend to use.
I've already done a complete install by downloading and unpacking install-tl-unx.tar.gz and executing install-tl. The install took 1.5 hours and included a very long list of packages. I want to back out the installation and start over with a bare bones TeXLive install.
I could have installed TexLive using Synaptic, but the result is still very large and doesn't include tlmgr for package management.
Appreciate any hints/suggestions. Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Minimal TeXLive install?
Using the installer you mentioned gives you options to select while installing. You don't have to install everything (tough it is not a bad idea and disk space is cheap these days).
You said you only want to use 3 to 4 packages. But the packages themselve require other packages. Write
\listfiles
at the first line of your document and have a look at the end of the log file. I bet there are (at least) a few more listed there.Re: Minimal TeXLive install?
I installed TexLive several times choosing different options to get a feel for what is actually installed. What I'm not sure about is how to properly uninstall each time. I've been just using rm -rf /usr/local/texlive/2014 acting as root.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Minimal TeXLive install?
rm -rf
seems to be about right, but be very very careful. I think you know, that this can get you into serious trouble. It can eat up your whole system if wrongly used. Please always be careful using the -rf flag.