I'm using a headless Debian computer to work on LateX. If I try sudo apt-get install texlive-full I see a number of graphical programs that I don't need. I'd like to install all of texlive but without any of the graphical tools.
Is this possible?
I do not install the official TL package from Ubuntu. I used:
wget https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu && chmod +x ./install-tl-ubuntu
sudo ./install-tl-ubuntu
Then you can later install a gui or not.
You should be able to use your command line interface package management tools, e.g. apt-get for Debian. No GUI tools are part of (core) LaTeX.
apt-get install texlive-base on an ubuntu:jammy Docker container, I see it install these suspiciously GUI-sounding packages: x11-common, x11-utils, x11-server-utils, libgtk-3-0, libgtk-3-bin, libgtk-3-common
– Daniel Schilling
Mar 20 '23 at 22:26
sudo apt-get install texlive-fulldoesn't suggest any GUI packages I can spot. Could you specify your Debian version and which packages it's asking to add that you are not happy about? That said, this is borderline for us as one might argue this is a Debian issue (most 'TeX regulars' would do a vanilla install and ignore the Debian packaged version). – Joseph Wright Jan 09 '16 at 19:05install-tlas is, no-guioption. It is fairly simple to use – daleif Mar 06 '16 at 11:39