I've been running LaTeX for about a decade on my Macs and I've picked up a Dell Chromebook for travelling (to install Linux via Crouton). Pretty much the only reason to do this over a tablet is that I want a proper LaTeX installation on it. The CB has only 2GB RAM and a 16 GB hard drive so I need to be careful with resources.
Question: any recommended way to keep the LaTeX size in check or otherwise optimize my setup so I can happily write and compile? This is a working computer so if I can run LaTeX smoothly, I'm happy.
I've only ever run the odd command line command so advice would be very welcome on how to install via command line (on Linux) so I get full packages (so I'm self contained for travel and minimal internet access) but without all the disk hogging documentation.
I was able to install with the command: sudo apt-get install texlive AND sudo apt-get install texlive-full but not fully certain either of these is quite what I was after. (Not sure how to verify.) I want full packages but no documentation. Suggestions?
Thanks!


The "normal way"? What is that?
– mangobait Mar 31 '16 at 18:15Posted this on the Crouton "issues" page on Github:
I want to run LaTex on my Chromebook (Dell 11, 2GB RAM, 1.7 GHz) and prefer Crouton.
Question 1: can I maintain a LaTeX install if I update Ubuntu from 12.04 to 14.04 (or soon 16.04)? Or would I have to reinstall LaTeX? (14.04 or newer preferred.)
Question 2: Which distro (Ubuntu preferred) is best to run LaTeX? Or am I best to not use Crouton?
I'm new to Crouton (and fairly new to Linux) but old to LaTeX (used it on OSX for a decade).
– mangobait Apr 01 '16 at 15:23And this may not be an option with Crouton. Seems that with that the questions enters more and more the realm of a Linux issue.
– mangobait Apr 02 '16 at 15:49/usr/local, I'm assuming you can install there using the installer in the normal way. – cfr Apr 02 '16 at 20:48/usr/.../texmf-dist/fonts) while documentation (.../doc) takes up 1.9 GB; the next two largest directories aretex(289 MB -- and you can't delete this one) andsource(258 MB). That's essentially the whole installation.... – jon Apr 05 '16 at 03:55docandsourcefolders to save space; deleting portions of the font folder could also be done, but you should think twice before doing so, and read thrice about how fonts work to do it safely. – jon Apr 05 '16 at 04:08aptwill confuse your package manager. Also, when you update withaptyou will likely find thatdocandsourcereappear if they were there in the first place. You can't install part of one of Debian's packages - it is all or nothing. Ifdocandsourceare packaged separately, that's different, of course. – cfr Apr 05 '16 at 11:51