Chocolatey: Difference between revisions

From Freephile Wiki
link to Packages (for Apt)
link to Ansible
 
Line 1: Line 1:
Chocolately is the package manager for Windows.
Chocolately is the package manager for Windows.


It works like any other package manager that you're familiar with: [[Packages|apt]], [[yum]], [[DNF|dnf]] etc<ref>https://chocolatey.org/how-chocolatey-works</ref>. And, there's an Ansible Collection for Chocolatey<ref>https://docs.ansible.com/ansible/latest/collections/chocolatey/chocolatey/win_chocolatey_module.html</ref> it meaning that you can script your automation playbooks just like any other package manager depending on the target platform!
It works like any other package manager that you're familiar with: [[Packages|apt]], [[yum]], [[DNF|dnf]] etc<ref>https://chocolatey.org/how-chocolatey-works</ref>. And, there's an [[Ansible]] Collection for Chocolatey<ref>https://docs.ansible.com/ansible/latest/collections/chocolatey/chocolatey/win_chocolatey_module.html</ref> it meaning that you can script your automation playbooks just like any other package manager depending on the target platform!


{{References}}
{{References}}

Latest revision as of 15:55, 18 February 2025

Chocolately is the package manager for Windows.

It works like any other package manager that you're familiar with: apt, yum, dnf etc[1]. And, there's an Ansible Collection for Chocolatey[2] it meaning that you can script your automation playbooks just like any other package manager depending on the target platform!

References