tlmgr-repository
Manage TeX Live package repositories
TLDR
List repositories
$ tlmgr repository list
Add repository$ tlmgr repository add [url] [tag]
Remove repository$ tlmgr repository remove [url]
Set the entire repository list (replaces all existing)$ tlmgr repository set [url#tag] [url#tag ...]
Check verification status of repositories$ tlmgr repository status
SYNOPSIS
tlmgr repository action [options]
DESCRIPTION
tlmgr repository manages the list of TeX Live package repositories. It allows configuring CTAN mirrors and additional package sources. One repository must always be tagged as main; operations will fail without it. Part of TeX Live Manager.
PARAMETERS
list [path|url|tag]
List configured repositories and their tags. If a path, URL, or tag is given, initialize a TL database from that source and list its packages.list --with-platforms
Additionally list available platforms for each package.add path [tag]
Add a repository, optionally attaching a tag for convenient reference.remove path|tag
Remove a repository by full path/URL or by its tag.set path[#tag] [path[#tag] ...]
Replace the entire repository list with the specified entries. One repository must be tagged as main.status
Report verification status of loaded repositories (tag, URL, and verification status).
CAVEATS
The set action replaces all previously configured repositories. One repository must be tagged as main or operations will fail. Repository verification depends on a working GnuPG (gpg) binary being available.
SEE ALSO
tlmgr-update(1), tlmgr(1), tlmgr-conf(1), tlmgr-install(1)
