LinuxCommandLibrary

tlmgr-pinning

The pinning action manages the pinning file.

TLDR

Show the current pinning data

$ tlmgr pinning show
copy


Pin the matching the packages to the given repository
$ tlmgr pinning add [repository] [package1 package2 ...]
copy


Remove any packages recorded in the pinning file matching the packages for the given repository
$ tlmgr pinning remove [repository] [package1 package2 ...]
copy


Remove all pinning data for the given repository
$ tlmgr pinning remove [repository] --all
copy

Copied to clipboard