commands.sh

tlmgr repository

all

Manage repositories of a TeX Live installation.

More info →

Examples (6)

List all configured repositories and their tags (if set)

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)

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

made by @shridhargupta | data from tldr-pages