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/02 15:35] joseph.wright |
6_distributions:installation:texlive [2018/12/04 00:26] jejust Balisage des lignes de commande. |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | --- | + | ====== |
- | title: | + | |
- | category: installing | + | |
- | permalink: / | + | |
- | date: 2014-06-10 | + | |
- | --- | + | |
- | TeX Live manager (`tlmgr`) is, by default, a shell (or | + | |
+ | TeX Live manager ('' | ||
Windows terminal window) command. | Windows terminal window) command. | ||
about it from the command | about it from the command | ||
- | `tldoc tlmgr` | + | <code bash> |
+ | tldoc tlmgr | ||
+ | </ | ||
but basic operation is pretty straightforward. | but basic operation is pretty straightforward. | ||
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:// | tlmgr option repository http:// | ||
- | ``` | + | </ |
which passes the decision to the mirror selector. | which passes the decision to the mirror selector. | ||
- | specify a particular archive or mirror that you '' | + | specify a particular archive or mirror that you "trust", or even a |
local disc copy that you keep up-to-date (disc space and bandwidth are | local disc copy that you keep up-to-date (disc space and bandwidth are | ||
- | so cheap nowadays, that a '' | + | so cheap nowadays, that a "home mirror" |
proposition). | proposition). | ||
To update a single package, use: | To update a single package, use: | ||
- | ``` | + | <code bash> |
tlmgr update < | tlmgr update < | ||
- | ``` | + | </ |
To update everything you already have in your installation, | To update everything you already have in your installation, | ||
- | ``` | + | <code bash> |
tlmgr update --all | tlmgr update --all | ||
- | ``` | + | </ |
+ | |||
+ | |||
+ | ----- | ||
+ | //Source:// [[faquk> | ||
+ | {{htmlmetatags> | ||
+ | metatag-og: | ||
+ | metatag-og: | ||
+ | }} | ||