Forrest logo
back to context overview

tlmgr-key

List of commands for tlmgr-key:

  • tlmgr-key:tldr:2c273 tlmgr-key: List all keys for TeX Live.
    $ tlmgr key list
    try on your machine
    explain this command
  • tlmgr-key:tldr:51352 tlmgr-key: Add a key from a specific file.
    $ sudo tlmgr key add ${path-to-key-gpg}
    try on your machine
    explain this command
  • tlmgr-key:tldr:a7db9 tlmgr-key: Remove a specific key by its ID.
    $ sudo tlmgr key remove ${key_id}
    try on your machine
    explain this command
  • tlmgr-key:tldr:c33bb tlmgr-key: Add a key from `stdin`.
    $ cat ${path-to-key-gpg} | sudo tlmgr key add -
    try on your machine
    explain this command
back to context overview