# Chocolatey

Chocolatey is a Powershell tool to install programs. As they say themselves:

> Chocolatey is software management automation.

## Key Commands

* `choco upgrade all`
  * Upgrade all install packages (and Chocolatey itself)
* `choco install <package name>`
* `choco list --local-only`
  * List local installed packages
  * (DEPRECATED: will be default for list in v2.0.0)

## Packages

* git
* poshgit
* powertoys
* terraform
* firefox
* python3
* sourcodepro
* jq
* whois
* sysinternals
* 7zip

## Links

* [Chocolatey](https://chocolatey.org/)
* [Choco packages](https://community.chocolatey.org/packages)
* [.install, .portable package differences](https://docs.chocolatey.org/en-us/faqs#what-is-the-difference-between-packages-no-suffix-as-compared-to.install.portable)
* [Choco compares to Scoop](https://dev.to/bowmanjd/chocolatey-vs-scoop-package-managers-for-windows-2kik)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.eb.ie/windows/chocolatey.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
