Skip to content
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

tlmgr: Local TeX Live (2021) is older than remote repository (2022). #1009

Closed
zwxlyy1995 opened this issue Apr 12, 2022 · 3 comments
Closed

Comments

@zwxlyy1995
Copy link

Run the installation script in the Overleaf container with the following command:

$ docker exec sharelatex tlmgr install scheme-full

I got following error:

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

I don't know how to solve this.

@bowenEI
Copy link

bowenEI commented Apr 12, 2022

I got the same problem with you as well. According to the information, I just try to run:

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

And then:

docker exec sharelatex tlmgr install scheme-full

It takes a long time to install. Maybe it will work. Hope it can help you.

@zwxlyy1995
Copy link
Author

Hey,@bowenEI, thank u very much, it works for me. Best regrads.

@deewong7
Copy link

I got the same problem with you as well. According to the information, I just try to run:

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

And then:

docker exec sharelatex tlmgr install scheme-full

It takes a long time to install. Maybe it will work. Hope it can help you.

Well done. It worked for me.
It took around 2h30min to complete the whole installation, after which, it works well.
Thank you very much.

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

3 participants