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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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.