Skip to content

Instantly share code, notes, and snippets.

@codemonkeh
Created October 5, 2020 11:35
Show Gist options
  • Save codemonkeh/ba65e1d47536346849706e253ff9284b to your computer and use it in GitHub Desktop.
Save codemonkeh/ba65e1d47536346849706e253ff9284b to your computer and use it in GitHub Desktop.
Chocolately commands

Find package

choco search <name>

Find exact package

choco search <name> -e choco search <name> -e --detail

List local/installed packages

choco list -l

Install package(s)

choco install <name, name2, ...> -y

List outdated packages

choco outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment