Mise à jour de la TeXlive sur Debian
Je sais bien que les jours de la Debian Stretch sont comptés, mais je n'en pouvais d'en rester à la version 2016 de la TeXlive. J'ai donc suivi, avec bonheur, les indications très pertinentes du [tutoriel][1] d'un petit jeune bien sympa et pas manchot (même si c'est un linuxien).
Cependant, la mise à jour ultérieure de la TeXlive n'a pas fonctionné. Voici mes démarches (en user):
tlmgr update --self --all
Réponse :
(running on Debian, switching to user mode!)
/usr/bin/tlmgr: Initialization failed (in setup_unix_one):
/usr/bin/tlmgr: could not find a usable xzdec.
/usr/bin/tlmgr: Please install xzdec and try again.
tlmgr: Couldn't set up the necessary programs.
Installation of packages is not supported.
Please report to texlive@tug.org.
Use of uninitialized value $r in split at /usr/bin/tlmgr line 3899.
tlmgr: Cannot find main repository, you have to tag one as main!
2e initiative :
tlmgr init-usertree
Réponse :
(running on Debian, switching to user mode!)
Cannot determine type of tlpdb from /home/frederic/texmf!
Précision : l'installation du paquet `xzdec` semble améliorer les choses :
tlmgr init-usertree
(running on Debian, switching to user mode!)
tlmgr: user mode database already set up in
tlmgr: /root/texmf/tlpkg/texlive.tlpdb
tlmgr: not overwriting it.
Vérification de la version (que j'aurais dû effectuer auparavant) :
tex --version
TeX 3.14159265 (TeX Live 2016/Debian)
kpathsea version 6.2.2
Copyright 2016 D.E. Knuth.
There is NO warranty. Redistribution of this software is
covered by the terms of both the TeX copyright and
the Lesser GNU General Public License.
For more information about these matters, see the file
named COPYING and the TeX source.
Primary author of TeX: D.E. Knuth.
L'installation de la TL 2019 a donc échoué… Je la reprends.
[1]: http://gte.univ-littoral.fr/members/dbitouze/pub/latex/formations/installation-latex/downloadFile/file/installation-latex.pdf