Migrating from preinstalled texlive to native texlive from tug.org

Hi, I’m a new Manjaro user, trying to set up my texmaker to use native texlive from TUG, hoping to replace the preloaded tex.

I have installed native texlive following instructions from Quick install - TeX Live - TeX Users Group and following the instructions on TeX Live - ArchWiki

I appended the path by adding this line to ~/.zshrc using kate. I’m not sure if this is the right place, and I also am not sure if MANPATH and INFOPATH are critical, haven’t added these yet.
path+=/usr/local/texlive/2025/bin/x86_64-linux

When I check the output of tex vs navigating to the new install and running that file directly, I see:

I am trying to get Manjaro to switch to using the native live so that texmaker will recognize native live install instead. I tested this example first on Overleaf using divps via latex compiler instead of pdflatex, which compiled. When I was using texmaker locally, I see the following log:

LOG FILE :
This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2026/dev/Arch Linux) (preloaded format=pdflatex 2026.1.3) 4 JAN 2026 11:22
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**test.tex
(./test.tex
LaTeX2e <2024-11-01> patch level 2
L3 programming layer <2025-01-18>
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2024/06/29 v1.4n Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2024/06/29 v1.4n Standard LaTeX file (size option)
)
\c@part=\count196
\c@section=\count197
\c@subsection=\count198
\c@subsubsection=\count199
\c@paragraph=\count266
\c@subparagraph=\count267
\c@figure=\count268
\c@table=\count269
\abovecaptionskip=\skip49
\belowcaptionskip=\skip50
\bibindent=\dimen141
)
! LaTeX Error: File `lingmacros.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
<read *>
l.3 \usepackage
{tree-dvips}^^M
*** (cannot \read from terminal in nonstop modes)
Here is how much of TeX's memory you used:
237 strings out of 475171
2893 string characters out of 5767096
386848 words of memory out of 5000000
23325 multiletter control sequences out of 15000+600000
559135 words of font info for 37 fonts, out of 8000000 for 9000
14 hyphenation exceptions out of 8191
35i,0n,38p,144b,36s stack positions out of 10000i,1000n,20000p,200000b,200000s
! ==> Fatal error occurred, no output PDF file produced!

How do I go about migrating to native tex install? I tried uninstalling the texlive that came prepackaged with Manjaro and (thankfully) it warned me that

remove the dependency as well (dvisvgm)

1 Like

Hi, if you don’t need dvisvgm you can remove it, anyway for faking the presence of the texlive package you can install AUR (en) - texlive-dummy , this is an empty pkgbuild to satisfy the package manager

For the other things I can’t help

1 Like