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 20:13] joseph.wright |
6_distributions:installation:texlive [2018/06/03 16:22] joseph.wright |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | # Installation using TeX Live 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 | ||
Ligne 14: | Ligne 15: | ||
``` | ``` | ||
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: | ||
Ligne 24: | Ligne 24: | ||
tlmgr update <package> | tlmgr update <package> | ||
``` | ``` | ||
- | |||
To update everything you already have in your installation, use: | To update everything you already have in your installation, use: | ||
Ligne 30: | Ligne 29: | ||
tlmgr update --all | tlmgr update --all | ||
``` | ``` | ||
- | |||