Quote:
Originally Posted by tigran
UPDATE: One crucial thing that is missing in Debian is TeX Live. Yes, of course I know about "apt-get install texlive texlive-formats-extra texlive-latex-extra" but doing this did NOT install all the bits that I need (e.g. xelatex format was still missing) and if I try to do "apt-get install texlive-full" then it fails. So, there seems to be no way to install xelatex in this environment, i.e. I still have to have access to a x86_64 machine running Fedora Linux.
|
How about texlive-xetex?
Quote:
Originally Posted by tigran
Also, I noticed that doing "apt-get autoremove texlive texlive-formats-extra texlive-latex-extra" did NOT remove tex and latex binaries --- they are still in /usr/bin/. Probably other files are left as well... Strange.
|
autoremove removes packages that were pulled in as dependencies but are no longer needed. If you want to remove a package you need apt remove or apt purge.