I have TeXLive 2013 on my Linux Mint Cinnamon 17. Is there any possibility to get TeXLive 2014/2015? Because I need usepackages like "tcolorbox", which aren't in TeXLive 2013 Version.
Kind regards!
I have TeXLive 2013 on my Linux Mint Cinnamon 17. Is there any possibility to get TeXLive 2014/2015? Because I need usepackages like "tcolorbox", which aren't in TeXLive 2013 Version.
Kind regards!
I'm not really the right person to describe an installation on Linux, since I do not use Linux. But, by chance, I installed Linux Mint Cinnamon 17.1 on an old computer for test purposes some months ago. I also managed to set up the recent TeXLive. Basically, I followed TeX Live - Quick install, which worked with small variations.
The following is by memory:
I downloaded install-tl-unx.tar.gz
I used the Nemo explorer from Linux Mint to extract the ìnstall-tl-20150124 directory from the downloaded tarball.
I opened a terminal window from the context menu of Nemo inside this installation.
Inside the terminal, I used sudo install-tl after some failed attempts to follow the instructions from TeX Live - Quick install (they omit the sudo which make Linux dummies like me stumble).
I do not remember, if the running installation script asked me about setting up pathes. If it did, I guess I answered 'yes, do it'. But I'm very sure that I did not change anything later manually because I simply do not know where... ;-)
That's the installation guide from somebody who is blind on Linux. My system was a vanilla Linux Mint Cinnamon 17.1. In your case, you may have to do something with the pathes since you already have an old TeXLive (??).
After this base installation, updating is really very easy by calling sudo tlmgr update -all in a terminal window. One can put this into a starter for the desktop (right click on the desktop to create one).
su, not sudo :-)
– yo'
Mar 18 '15 at 08:16