LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tlmgr-repository

Manage TeX Live package repositories

TLDR

List repositories
$ tlmgr repository list
copy
Add repository
$ tlmgr repository add [url] [tag]
copy
Remove repository
$ tlmgr repository remove [url]
copy
Set the entire repository list (replaces all existing)
$ tlmgr repository set [url#tag] [url#tag ...]
copy
Check verification status of repositories
$ tlmgr repository status
copy

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

Copied to clipboard
Kai