1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 01:22:10 +02:00
tldr/pages/common/tlmgr-pinning.md
Lauren Szlosek 16d7f93aea
tlmgr-pinning: add page (#9991)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-09 05:23:36 +05:30

20 lines
577 B
Markdown

# tlmgr pinning
> The pinning action manages the pinning file.
> More information: <https://www.tug.org/texlive/doc/tlmgr.html#pinning>.
- Show the current pinning data:
`tlmgr pinning show`
- Pin the matching the packages to the given repository:
`tlmgr pinning add {{repository}} {{package1 package2 ...}}`
- Remove any packages recorded in the pinning file matching the packages for the given repository:
`tlmgr pinning remove {{repository}} {{package1 package2 ...}}`
- Remove all pinning data for the given repository:
`tlmgr pinning remove {{repository}} --all`