After having version issues with default installed sudo apt-get install texlive
, which was a 2013 version of Tex Live that comes with Ubuntu 14.04 LTS, I had to completely remove and get a newer version. This guide by mcbetz turned extremely helpful in the course. Lately I have been following this answer guide for installing TexLive through "netinstaller", however the default installation process goes through an overwhelming long run.
To add to my misery, On the halfway through installation, I had a network interruption causing it to come to an abrupt end. I now regret not going for using C
option that sets the collection packages to reduce the burden overall. Meanwhile, I followed a piece of information that appeared at the bottom of the terminal to execute again the install-tl
with --installation.profile
flag. I thought for once, This may be the unique way of saying resume the installation. I went for it, only to be later disappointed. This started the whole process again of downloading all packages while installing.
But, what's poking me, is how could I possibly have had saved myself from looping all over again with the entire process of downloading packages for installation? I don't mind if somebody dumbs me down over this, but I didn't quite get the documentation.