You are not logged in.
Pages: 1
Hi,
I'm trying to use tlmgr from texlive to install extra LaTeX styles.
I installed texlive-most, but tlmgr isn't found.
I found tlmgr in texlive-core
$ pacman -Ql texlive-core | grep tlmgr
texlive-core /usr/share/texmf-dist/scripts/texlive/tlmgr.pl
texlive-core /usr/share/texmf-dist/scripts/texlive/tlmgrgui.plI tried adding /usr/share/texmf-dist/scripts/texlive to my $PATH, but that didn't work
$ tlmgr.pl
Can't locate TeXLive/TLConfig.pm in @INC (you may need to install the TeXLive::TLConfig module) (@INC contains: /usr/share/texmf-dist/scripts/texlive/../../texmf-dist/scripts/texlive /usr/share/texmf-dist/scripts/texlive/../../tlpkg /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl .) at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 92.
BEGIN failed--compilation aborted at /usr/share/texmf-dist/scripts/texlive/tlmgr.pl line 92.How do I get tlmgr?
Offline
As far I can remember, tlmgr need TEXLIVE environment variable to works.
Here is my note [1] on texlive manual installation, I hope it give some hints.
Offline
Pages: 1