Skip to content

Commit

Permalink
tlmgr-pinning: add page (#9991)
Browse files Browse the repository at this point in the history
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
  • Loading branch information
laurenszlosek and kbdharun authored Apr 8, 2023
1 parent 0fdfd4c commit 16d7f93
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pages/common/tlmgr-pinning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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`

0 comments on commit 16d7f93

Please sign in to comment.