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/05/22 22:32] joseph.wright |
6_distributions:installation:texlive [2018/12/04 01:05] jejust |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | # Installation using TeX Live manager | + | ====== Installation using TeX Live manager ====== |
- | + | 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` | + | ''tldoc tlmgr'' |
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> |
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 |
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 ''home mirror'' of CTAN is a feasible | + | so cheap nowadays, that a "home mirror" of CTAN is a feasible |
proposition). | proposition). | ||
- | |||
To update a single package, use: | To update a single package, use: | ||
- | ``` | + | </code> |
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> |
tlmgr update --all | tlmgr update --all | ||
- | ``` | + | </code> |
+ | ----- | ||
+ | //Source:// [[faquk>FAQ-inst-texlive|Installation using TeX Live manager]] | ||
- | ---- | + | {{htmlmetatags>metatag-keywords=(LaTeX,installing) |
- | Content last updated: 2014-06-10 | + | metatag-og:title=(Installation using TeX Live manager) |
+ | metatag-og:site_name=(FAQ LaTeX francophone) | ||
+ | }} | ||