Forrest logo
back to context overview

tlmgr-pinning

List of commands for tlmgr-pinning:

  • tlmgr-pinning:tldr:3cac4 tlmgr-pinning: Show the current pinning data.
    $ tlmgr pinning show
    try on your machine
    explain 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 machine
    explain 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 machine
    explain this command
  • tlmgr-pinning:tldr:efd1c tlmgr-pinning: Remove all pinning data for the given repository.
    $ tlmgr pinning remove ${repository} --all
    try on your machine
    explain this command
back to context overview