mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 23:44:01 +00:00
14 lines
368 B
Plaintext
14 lines
368 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# tlmgr candidates
|
|
|
|
> Get available candidate repositories from which a TeX Live package can be installed.
|
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
|
|
|
- List all available repositories from which a package can be installed:
|
|
|
|
`tlmgr candidates {{package}}`
|