August 2015
Beginner
234 pages
4h 39m
English
Chocolatey is a package manager for Windows. There are commands for Linux such as apt-get and yum for package management. They are very easy to use. Whenever you need to install something, you just write apt-get install packagename or yum install packagename. Here, the idea is to have a similar functionality in Windows. You can see more details about Chocolatey at https://chocolatey.org.
After learning what Chocolatey is, we will install it manually and install some software using this. In the later sections, we will see how to use Chocolatey with Puppet.
The installation of Chocolatey is very simple. You can see the following details on the previous link:
Open Command Prompt with administrator rights and ...
Read now
Unlock full access