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

Last updated