
tlmgr-pinning
List of commands for tlmgr-pinning:
-
tlmgr-pinning:tldr:3cac4 tlmgr-pinning: Show the current pinning data.$ tlmgr pinning showtry on your machineexplain this command
-
tlmgr-pinning:tldr:cfb60 tlmgr-pinning: Pin the matching the packages to the given repository.$ tlmgr pinning add ${repository} ${package1 package2 ---}try on your machineexplain this command
-
tlmgr-pinning:tldr:d6e38 tlmgr-pinning: Remove any packages recorded in the pinning file matching the packages for the given repository.$ tlmgr pinning remove ${repository} ${package1 package2 ---}try on your machineexplain this command
-
tlmgr-pinning:tldr:efd1c tlmgr-pinning: Remove all pinning data for the given repository.$ tlmgr pinning remove ${repository} --alltry on your machineexplain this command