> For the complete documentation index, see [llms.txt](https://wiki.eb.ie/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eb.ie/windows/chocolatey.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
