Chocolatey

From Freephile Wiki
Revision as of 15:50, 18 February 2025 by Admin (talk | contribs) (Created page with "Chocolately is the package manager for Windows. It works like any other package manager that you're familiar with: apt, yum, 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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