Chocolatey (Windows)
Install Chocolately
- Visit the installing chocolatey
page - If you have a preference, choose from the installation methods listed
- If you are unsure, just click “Basic Chocolatey Install”
- Open an administrative shell (Command Prompt)
- Click the Start button, and search for “cmd” or “command prompt”,
- right-click “command prompt” and select Run as Administrator
- Paste the installation command listed on the Install with cmd.exe section of their website into your administrative command prompt
- Wait for the installation to complete, then check that it was installed
successfully by typing
choco
into your command prompt. - You are now ready to install packages using the command
choco install
in your terminal