Skip to content

Instantly share code, notes, and snippets.

@vetras
Created June 20, 2018 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vetras/d65d9a0445de712a33486378d476e40f to your computer and use it in GitHub Desktop.
Save vetras/d65d9a0445de712a33486378d476e40f to your computer and use it in GitHub Desktop.
chocolatey useful commands

Chocolatey cheat sheet

Update choco itself

$ choco upgrade chocolatey

Update a package

 $ choco upgrade pacagename

List all installed packages

$ choco list -localonly

Uninstall:

https://chocolatey.org/docs/uninstallation

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