System Grab Bag

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

choco uninstall

Uninstall one or more packages with Chocolatey. More information: https://chocolatey.org/docs/commands-uninstall.
  • Uninstall one or more space-separated packages:
    choco uninstall {{package1 package2 ...}}
  • Uninstall a specific version of a package:
    choco uninstall {{package}} --version {{version}}
  • Confirm all prompts automatically:
    choco uninstall {{package}} --yes
  • Remove all dependencies when uninstalling:
    choco uninstall {{package}} --remove-dependencies
  • Uninstall all packages:
    choco uninstall 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.