Forrest logo
back to context overview

tlmgr-repository

List of commands for tlmgr-repository:

  • tlmgr-repository:tldr:3f301 tlmgr-repository: List all packages available in a specific repository.
    $ tlmgr repository list ${select}
    try on your machine
    explain this command
  • tlmgr-repository:tldr:622be tlmgr-repository: Set a new list of repositories, overwriting the previous list.
    $ sudo tlmgr repository set ${select}#${tag} ${select}#${tag} ${---}
    try on your machine
    explain this command
  • tlmgr-repository:tldr:90896 tlmgr-repository: Add a new repository with a specific tag (the tag is not required).
    $ sudo tlmgr repository add ${select} ${tag}
    try on your machine
    explain this command
  • tlmgr-repository:tldr:9f79e tlmgr-repository: Remove a specific repository.
    $ sudo tlmgr repository remove ${select}
    try on your machine
    explain this command
  • tlmgr-repository:tldr:a364b tlmgr-repository: Show the verification status of all configured repositories.
    $ tlmgr repository status
    try on your machine
    explain this command
  • tlmgr-repository:tldr:c52bf tlmgr-repository: List all configured repositories and their tags (if set).
    $ tlmgr repository list
    try on your machine
    explain this command
back to context overview