@zhiyuanzhai The mirror that provided install-tl when the package was built was out-of-date. Try manually downloading the latest version and then rebuilding the package.
![]() |
VOOZH | about |
| Git Clone URL: | https://aur.archlinux.org/texlive-installer.git (read-only, click to copy) |
|---|---|
| Package Base: | texlive-installer |
| Description: | This packages provides the installer of texlive. It also tricks Arch into thinking it has its texlive packages installed. |
| Upstream URL: | http://www.tug.org/texlive/ |
| Licenses: | GPL |
| Provides: | asymptote, biber, dvisvgm, luametatex, psutils, t1utils, texlive-basic, texlive-bibtexextra, texlive-bin, texlive-binextra, texlive-context, texlive-core, texlive-fontsextra, texlive-fontsrecommended, texlive-fontutils, texlive-formatsextra, texlive-games, texlive-htmlxml, texlive-humanities, texlive-langarabic, texlive-langchinese, texlive-langcjk, texlive-langcyrillic, texlive-langczechslovak, texlive-langenglish, texlive-langeuropean, texlive-langfrench, texlive-langgerman, texlive-langgreek, texlive-langitalian, texlive-langjapanese, texlive-langkorean, texlive-langother, texlive-langpolish, texlive-langportuguese, texlive-langspanish, texlive-latex, texlive-latexextra, texlive-latexrecommended, texlive-luatex, texlive-mathscience, texlive-metapost, texlive-music, texlive-pictures, texlive-plaingeneric, texlive-pstricks, texlive-publishers, texlive-xetex |
| Submitter: | zhou13 |
| Maintainer: | zhou13 (gothicVI) |
| Last Packager: | gothicVI |
| Votes: | 18 |
| Popularity: | 0.074854 |
| First Submitted: | 2018-06-09 23:11 (UTC) |
| Last Updated: | 2026-03-03 17:38 (UTC) |
@zhiyuanzhai The mirror that provided install-tl when the package was built was out-of-date. Try manually downloading the latest version and then rebuilding the package.
@zhiyuanzhai No issues on any of my systems. How did you update or build?
This package might use previous cache when updating.
$ /opt/texlive-installer/install-tl -repository https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet
Loading https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/tlnet/tlpkg/texlive.tlpdb
=============================================================================
/opt/texlive-installer/install-tl: The TeX Live versions of the local installation
and the repository being accessed are not compatible:
local: 2025
repository: 2026
Perhaps you need to use a different CTAN mirror?
(For more, see the output of install-tl --help, especially the
-repository option. Online via https://tug.org/texlive/doc.)
=============================================================================
Try cleaning the cache with something like paru -Scc.
@moreka updated.
@zhou13 Here is an up-to-date and correct list of packages for the provides section of the PKGBUILD:
provides=('texlive-bin' 'texlive-doc' 'asymptote' 'biber' 'dvisvgm' 'luametatex' 'psutils' 't1utils' $(pacman -Sgq texlive texlive-lang))
I did pacman -Fq for each binary in the /bin folder of the texlive installation and after some pruning, got the list above.
@zhou13 Works for me too. Thanks.
@zhou13 Works for me. Thanks :+1
@zhou13 It's all good now for me
@Attius_Sullivan @gothicVI @kamilpajek @Z2h-A6n
I have updated the pkgbuild according to your comments. Let me know if you are satisfied with the current solution.
Not sure if installing sagetex via pacman is the right way on a manual texlive installation via this package (installing via tlmgr didn't work). But if so, we're missing texlive-latexrecommended in the provides array.