logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

TLmgr Key - Manage TeX Live GPG Keys | Online Free DevTools by Hexmos

Manage TeX Live GPG keys with Tlmgr Key. Secure your TeX Live installation by adding, removing, and listing trusted keys. Free online tool, no registration required.

tlmgr-key

Manage GPG keys used to verify TeX Live databases. More information: https://www.tug.org/texlive/doc/tlmgr.html#key.

  • 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}}

See Also