System Grab Bag

View all TLDR pages from common (or from all pages)

tlmgr key

Manage GPG keys used to verify TeX Live databases. More information: https://www.tug.org/texlive/tlmgr.html.
  • List all keys for TeX Live:
    tlmgr key list
  • Add a key from a specific file:
    sudo tlmgr key add {{path/to/key.gpg}}
  • Add a key from stdin:
    cat {{path/to/key.gpg}} | sudo tlmgr key add -
  • Remove a specific key by its ID:
    sudo tlmgr key remove {{key_id}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.