I'm new to linux, and I've installed Ubuntu 16.04 on my desktop.
I installed texlive-full with the command:
sudo apt-get install texlive-full
Since the total size of the packages was quite large (>3 GB) and the ETA was >1.5 hrs, I'd left the installation for itself. I returned to find that the system had frozen midway. I forcefully shut down my system by holding down the power button and restarted the installation process by running the command again. This time, it froze after the installation was complete. During the 2nd installation attempt, there were two packages whose download had stopped, but the installation had skipped over them to continue with other packages. I know this because I was present in front of the screen before leaving the installation for itself.
My questions are two fold:
Is there any way to check whether texlive-full was installed fully and correctly? Maybe some command that compares the online repository with the one on the system? Or is there any place where the installation process creates a log file that I can read and see what packages were installed? I want to see the text that the system prints on the screen while installing the packages or some log of the installation process or list of the missing packages so that instead of running
sudo apt-get install texlive-full
again, I could install only those specific packages.Why did the system freeze on both the occasions? Have any of you faced this issue with 16.04? How can I avoid that in future if I install such large packages?
Any ideas or suggestions will be helpful. Thank you.