System Grab Bag

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

scoop

The Scoop package manager. More information: https://scoop.sh.
  • Install a package:
    scoop install {{package}}
  • Remove a package:
    scoop uninstall {{package}}
  • Update all installed packages:
    scoop update --all
  • List installed packages:
    scoop list
  • Display information about a package:
    scoop info {{package}}
  • Search for a package:
    scoop search {{package}}
  • Remove old versions of all packages and clear the download cache:
    scoop cleanup --cache --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.