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
Asked
Active
Viewed 270 times
1 Answers
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
user165554
- 21
$PATHvariable is set accordingly – naphaneal Jun 22 '18 at 12:57