tlmgr-repository: add page (#8289)

pull/1/head
marchersimon 2022-08-06 19:14:04 +02:00 committed by GitHub
parent cb0fe4c2c9
commit 1e83ba1d7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# tlmgr repository
> Manage repositories of a TeX Live installation.
> More information: <https://www.tug.org/texlive/tlmgr.html>.
- List all configured repositories and their tags (if set):
`tlmgr repository list`
- List all packages available in a specific repository:
`tlmgr repository list {{path|url|tag}}`
- Add a new repository with a specific tag (the tag is not required):
`sudo tlmgr repository add {{path|url}} {{tag}}`
- Remove a specific repository:
`sudo tlmgr repository remove {{path|url|tag}}`
- Set a new list of repositories, overwriting the previous list:
`sudo tlmgr repository set {{path|url|tag}}#{{tag}} {{path|url|tag}}#{{tag}} {{...}}`
- Show the verification status of all configured repositories:
`tlmgr repository status`