Chocolatey useful commands
Following my previous post about package managers, you will find below some useful commands to work with Chocolatey.
This post is more a reminder note for my later usages.
Search for a package, golang for instancechoco search golang
Install a packagechoco install golang
List all chocolatey installed packageschoco list -l
Upgrade all installed packageschoco upgrade all -y
Please note I write these articles on my free time.
Hence it is not exempt of error or incomplete information. Please try to understand what you execute on your computer and do not do dummy copy/paste.
I will not be responsible in case of problems on your computer / servers.
Do not hesitate to comment the articles to suggest updates. Your opinion is welcome.