Hi I am trying to install latex on ubuntu 16.04 as per the advice below given by Silke
How to install "vanilla" TeXLive on Debian or Ubuntu?
I am down to the section of tricking ubuntu into thinking TexLive is installed
when I enter this command
dpkg: dependency problems prevent configuration of texlive-local:
texlive-local depends on freeglut3; however: Package freeglut3 is not installed.
in my /tmp/tl-equivs directory
I get this this response
dpkg: dependency problems prevent configuration of texlive-local:
texlive-local depends on freeglut3; however:
Package freeglut3 is not installed.
What can I do to remedy this? Also following this error I get this message
dpkg: error processing package texlive-local (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
texlive-local
sudo apt-get install texlive? That will pull in all dependencies automatically. If you really need some specific LaTeX package at a higher version than in Debian/Ubuntu, you can still simply download it from CTAN and save it into your own personal package tree. – Michael Palmer Jan 30 '18 at 20:18freeglut3package that is missing? – Michael Palmer Jan 31 '18 at 20:30sudo apt-get install -f, thus installs any unresolved dependencies – daleif Feb 07 '18 at 03:33