Am 25.08.2017 um 20:30 schrieb Wolfgang Engelmann:
Am 25.08.2017 um 19:15 schrieb Kornel Benko:
Am Freitag, 25. August 2017 um 16:09:14, schrieb Wolfgang Engelmann
<engelm...@uni-tuebingen.de>
Am 25.08.2017 um 15:46 schrieb Kornel Benko:
Am Freitag, 25. August 2017 um 15:20:57, schrieb Wolfgang Engelmann
<engelm...@uni-tuebingen.de>
I was too quick: The tlmgr is from an earlier texlive which is in
/usr/share/texlive2016.
How do I get the tlmgr from
/usr/local/texlive/2017/bin/x86_64-linux
working? Do I have to set a path? How? Which one?
sorra for silly questions, but I got stuck here
Wolfgang
Why don't you set your PATH so that
"/usr/local/texlive/2017/bin/x86_64-linux" is before "/usr/bin"?
Kornel
Isn't, what I have? >>
#paths for texlive2017
PATH=/usr/local/texlive/2017/bin/i386-linux:$PATH; export PATH
MANPATH=/usr/local/texlive/2017/texmf-dist/doc/man:$MANPATH; export
MANPATH
INFOPATH=/usr/local/texlive/2017/texmf-dist/doc/info:$INFOPATH; export
INFOPATH
Wolfgang
WRONG PATH, change "i386-linux" to "x86_64-linux"
If you do this, then what does
# which tlmgr
or
# where tlmgr
say?
Is /usr/local/texlive/2017/bin/x86_64-linux/tlmgr executable?
Kornel
Thanks, Kornel, I have changed to what you wrote. How would I on the
command line change the rights for the tlmgr.pl, which are right now
user=root and group=root?
Unfortunately I have uninstalled the 2016 texlive and have no tlmgr
available
~/Downloads$ which tlmgr
>no response
we@wolfgang-Mr-Whisper-Ultra-SSD-II:~/Downloads$ where tlmgr
bash: where: Kommando nicht gefunden.
I tried also ~/Downloads$ whereis tlmgr
tlmgr:
no further output.
Its a mess with me!
Wolfgang
I used chmod a+rx tlmgr.pl
but the response to which and where/wheris has not changed
Wolfgang