From 1e83ba1d7ea82d193f8447423695a0b0d572db6c Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Sat, 6 Aug 2022 19:14:04 +0200 Subject: [PATCH] tlmgr-repository: add page (#8289) --- pages/common/tlmgr-repository.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/tlmgr-repository.md diff --git a/pages/common/tlmgr-repository.md b/pages/common/tlmgr-repository.md new file mode 100644 index 000000000..1ed29f024 --- /dev/null +++ b/pages/common/tlmgr-repository.md @@ -0,0 +1,28 @@ +# tlmgr repository + +> Manage repositories of a TeX Live installation. +> More information: . + +- 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`