0

I've just upgraded to Texlive 2018 via dnf and my Tex installation no longer works, using kile as the frontend. It is trying to use Texlive 2017

1 Answers1

1

I have fixed a similar problem by removing everything through

dnf remove texlive texlive* texlive-scheme-full texlive-collection-science kile

then

updatedb

Then

locate texmf

and remove every instance using rm -rf with real care. Especially, there may be a hidden directory - something like \home\bob\.texlive2017, visible via ls -al. Then updatedb, reboot and then install via dnf or the equivalent the sequence above.

Worked for me, though I suspect that the problem was the .texlive2017 directory.

Werner
  • 603,163