I've spent two days messing about with this now!
If I install TexLive from the repositories, I'm unable to use tlmgr to update it, and Lyx can't find any of the document classes.
the "Tex Information" config option lists them all happily, and LaTex works fine, so there's obviously something broken in Lyx (and yes, I've reconfigured, texhashed and even rebooted)
SO, uninstalling TexLive and reinstalling from the TexLive installer (not the apt repos) works fine (except the default install location is /usr/local which requires root permissions despite installer instructions to not install as root. I had to manually create the install directory and chmod it to get the install to work as myself). I have a working, tested Tex install!
but now, of course, I can't install Lyx because apt doesn't know that I have a working Tex install and insists that I need the tex-common package installed with my lyx package, which will overwrite my lovely working tlmgr-able tex install with an old version that won't work with tlmgr and put me back with Lyx not being able to find document classes.
Is it always this hard? The just all feels broken to me...What am I getting wrong? How does anyone get Lyx working?
sudo ./install-tl-ubuntu. If you want to install all of the dependencies that LyX needs so that you can compile every single LyX example and template, run insteadsudo ./install-tl-ubuntu --more-tex. – scottkosty Nov 19 '14 at 02:52lyxpackage. I don't know how to get around that. You could compile and install LyX yourself. It's not as hard as it sounds. I have instructions here: http://tex.stackexchange.com/a/180167/12212 but those might be specific to my setup. – scottkosty Nov 19 '14 at 11:09tex-commonand you were worried about that causing it to install a bunch of other packages, but that did not happen? – scottkosty Nov 19 '14 at 20:21which -a texjust gives the one in /opt/texbin). shrug I have no idea ;) – mfhholmes Nov 20 '14 at 06:16