System Grab Bag

View all TLDR pages from common (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.