TeX Live and MacTeX ⇒ Install all new packages in TexLive
-
- Posts: 4
- Joined: Wed Jul 15, 2009 11:49 am
Install all new packages in TexLive
Hello,
I know how to update all installed packages, but I couldn't find any information on how install all new packages (not yet installed) with just one command.
Is there any way to do that?
Thanks
airblaster
I know how to update all installed packages, but I couldn't find any information on how install all new packages (not yet installed) with just one command.
Is there any way to do that?
Thanks
airblaster
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Install all new packages in TexLive
I suggest to take a look at the TeX Live Documentation [1]. It explains how to manage the installation.
[1] The TeX Live Guide - TeX Live 2009: 6 tlmgr - managing your installation
Best regards
Thorsten
[1] The TeX Live Guide - TeX Live 2009: 6 tlmgr - managing your installation
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
-
- Posts: 4
- Joined: Wed Jul 15, 2009 11:49 am
Re: Install all new packages in TexLive
Thanks for you answers, but so far I couldn't solve the problem
@localghost: AFAIK the documentation does not tell how to install all new packages
@josephwright: "tlmgr update --self --all" updates installed packages and the infrastructure, but AFAIK it does not install new packages.
e.g. there is the new package gnu-freefont from yesterday. If I call "tlmgr update --self --all" it is not installed.
So far the only way I have found to install a new package is "tlmgr install <package name>".
But what I want is to install any new packages from the command line, whithout knowing their name. Kind of like a (non-existing) "tlmgr install --all".
Did I miss anything?
@localghost: AFAIK the documentation does not tell how to install all new packages
@josephwright: "tlmgr update --self --all" updates installed packages and the infrastructure, but AFAIK it does not install new packages.
e.g. there is the new package gnu-freefont from yesterday. If I call "tlmgr update --self --all" it is not installed.
So far the only way I have found to install a new package is "tlmgr install <package name>".
But what I want is to install any new packages from the command line, whithout knowing their name. Kind of like a (non-existing) "tlmgr install --all".
Did I miss anything?
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Install all new packages in TexLive
The default settings do install new packages using tlmgr. If a package appears one day, expecting it to be mirrored to every server the next day is a bit much! If you want stuff at the burning edge you might not get it out of the box. However, in general you do get new packages automatically.
Joseph Wright
-
- Posts: 4
- Joined: Wed Jul 15, 2009 11:49 am
Re: Install all new packages in TexLive
EDITED
Problem solved, reason: "tlmgr update --self --all" ignores the option --all
Problem solved, reason: "tlmgr update --self --all" ignores the option --all
Install all new packages in TexLive
No, that is not the case.airblaster wrote:"tlmgr update --self --all" ignores the option --all
Install all new packages in TexLive
This is actually a bug. Just to confirm, you are on Windows, right?airblaster wrote:"tlmgr update --self --all" ignores the option --all
This should be fixed with the next infrastructure update. Thanks for the report.
Cheers,
Tomek