unexpected return value from verify_checksum: -5
Axel E. Retif
axel.retif at gmail.com
Thu Sep 23 05:19:18 CEST 2021
On 9/22/21 9:37 PM, Axel E. Retif wrote:
> For that I've been using in general the instructions from «Gilles 'SO-
> stop being evil'» in
>
> https://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path
>
> So it would be
>
> PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
I didn't know if to add the following, but I might as well do it:
For the specific case of TeXLive (I also use Ubuntu), I don't follow the
above method, but I prepend the PATH of .../texlive... in
/etc/environment (I haven't installed yet TeXLive 2021):
PATH="/usr/local/texlive/2020/bin/x86_64-linux:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin"
Also I keep /usr/local/texlive owned by root (a habit from my old Mac
days), so i have to
sudo su
in the terminal to update texlive (sudo tlmgr doesn't work with my
setup: «sudo: tlmgr: command not found»).
Best
Axel
More information about the tex-live
mailing list.