mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
tlmgr-key: add page (#8193)
This commit is contained in:
parent
01b4aed752
commit
88fd34d9f9
1 changed files with 20 additions and 0 deletions
20
pages/common/tlmgr-key.md
Normal file
20
pages/common/tlmgr-key.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue