10000 Error when updating TeX Live · Issue #340 · overleaf/toolkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Error when updating TeX Live #340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GuillaumeNadal13 opened this issue Mar 10, 2025 · 11 comments
Open

Error when updating TeX Live #340

GuillaumeNadal13 opened this issue Mar 10, 2025 · 11 comments

Comments

@GuillaumeNadal13
Copy link

Hi,

I tried to add all package to my version of overleaf using :

docker exec sharelatex tlmgr install scheme-full

I have this error

tlmgr: Local TeX Live (2024) is older than remote repository (2025).
Cross release updates are only supported with
update-tlmgr-latest(.sh/.exe) --update
See https://tug.org/texlive/upgrade.html for details.

I tried to update the tlmgr using

docker exec sharelatex wget "https://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh"
docker exec sharelatex sh update-tlmgr-latest.sh

But everything is uptdate in the 2024 folder. And even if updated I still have the error saying I have the 2024 version. Do you have any solution?

Thanks

@cocoa1231
Copy link

+1, am experiencing the same issue

@FifoF
Copy link
FifoF commented Mar 16, 2025

@GuillaumeNadal13 @cocoa1231 it’s because TeX Live 2025 came out recently and Overleaf Toolkit still uses TL2024. Try the following:

use bin/shell to access the Overleaf container; then run tlmgr option repository <repo>/systems/texlive/2024/tlnet-final in it, where <repo> is one of these (taken from https://tug.org/historic):

@cocoa1231
Copy link

Yes, that worked! I was able to do it with the instructions on acquiring past releases on this link: https://tug.org/texlive/acquire.html

How would I update to texlive 2025 once overleaf updates to it? Just running the upgrade script and installing scheme-full should be enough?

@FifoF
Copy link
FifoF commented Mar 16, 2025

Just running the upgrade script and installing scheme-full should be enough?

yes, exactly that :)

@GuillaumeNadal13
Copy link
Author

Thanks a lot !!!

@FifoF
Copy link
FifoF commented Mar 18, 2025

no problem, happy I could be of help to both of you!

@blessedbiped
Copy link

There's a bug in the address, maybe it changed. new folder at the end like so (for Utah):

@FifoF
Copy link
FifoF commented Mar 24, 2025

There's a bug in the address, maybe it changed. new folder at the end like so (for Utah): https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/tlnet-final

my bad, I missed that

@kingibr16
Copy link

How do I fix the installation of TexLive? My Issue is, that I recreated the Docker ShareLatex and apparantly the installation of TexLive was removed aswell.

@blessedbiped
Copy link

yeah if you don't commit the container you have to reinstall the packages when you update. here is the link to upgrading the community edition manually. Tl;dr, for now until the main release gets to 2025 edition there's an extra step:

#./bin/shell
root@mycontainer# tlmgr option repository https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2024/tlnet-final
root@mycontainer# tlmgr install texlive-full
root@mycontainer# exit

@FifoF
Copy link
FifoF commented Mar 26, 2025

If you don’t wanna keep messing with the image constantly, here are a few pre-made ones with a full TeX Live install:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
0