Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente Prochaine révision Les deux révisions suivantes | ||
6_distributions:installation:texlive [2018/06/03 15:03] joseph.wright |
6_distributions:installation:texlive [2018/12/04 01:26] jejust Balisage des lignes de commande. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== Installation using TeXLive manager ====== |
- | title: Installation using TeX Live manager | + | |
- | category: installing | + | |
- | permalink: /FAQ-inst-texlive | + | |
- | --- | + | |
- | TeX Live manager (`tlmgr`) is, by default, a shell (or | + | |
+ | TeX Live manager (''tlmgr'') is, by default, a shell (or | ||
Windows terminal window) command. There is voluminous documentation | Windows terminal window) command. There is voluminous documentation | ||
about it from the command | about it from the command | ||
- | `tldoc tlmgr` | + | <code bash> |
+ | tldoc tlmgr | ||
+ | </code> | ||
but basic operation is pretty straightforward. The manager needs to | but basic operation is pretty straightforward. The manager needs to | ||
know where to download stuff from; the canonical setup is | know where to download stuff from; the canonical setup is | ||
- | ``` | + | <code bash> |
tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet | tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet | ||
- | ``` | + | </code> |
which passes the decision to the mirror selector. You can (of course) | which passes the decision to the mirror selector. You can (of course) | ||
specify a particular archive or mirror that you "trust", or even a | specify a particular archive or mirror that you "trust", or even a | ||
Ligne 21: | Ligne 20: | ||
To update a single package, use: | To update a single package, use: | ||
- | ``` | + | <code bash> |
tlmgr update <package> | tlmgr update <package> | ||
- | ``` | + | </code> |
To update everything you already have in your installation, use: | To update everything you already have in your installation, use: | ||
- | ``` | + | <code bash> |
tlmgr update --all | tlmgr update --all | ||
- | ``` | + | </code> |
+ | |||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk>FAQ-inst-texlive|Installation using TeXLive manager]] | ||
+ | {{htmlmetatags>metatag-keywords=(LaTeX,installing) | ||
+ | metatag-og:title=(Installation using TeXLive manager) | ||
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} | ||