Chocolatey: Difference between revisions
From Freephile Wiki
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..." |
link |
||
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: 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! | It works like any other package manager that you're familiar with: [[APT|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}} |
Revision as of 15:52, 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!