How To Install ansible-collection-chocolatey-chocolatey on Fedora 36

In this tutorial we learn how to install ansible-collection-chocolatey-chocolatey in Fedora 36. ansible-collection-chocolatey-chocolatey is Ansible collection for Chocolatey

Introduction

In this tutorial we learn how to install ansible-collection-chocolatey-chocolatey on Fedora 36.

What is ansible-collection-chocolatey-chocolatey

The collection includes the modules required to configure Chocolatey, as well as manage packages on Windows using Chocolatey.

We can use yum or dnf to install ansible-collection-chocolatey-chocolatey on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ansible-collection-chocolatey-chocolatey.

Install ansible-collection-chocolatey-chocolatey on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install ansible-collection-chocolatey-chocolatey using dnf by running the following command:

sudo dnf -y install ansible-collection-chocolatey-chocolatey

Install ansible-collection-chocolatey-chocolatey on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install ansible-collection-chocolatey-chocolatey using yum by running the following command:

sudo yum -y install ansible-collection-chocolatey-chocolatey

How To Uninstall ansible-collection-chocolatey-chocolatey on Fedora 36

To uninstall only the ansible-collection-chocolatey-chocolatey package we can use the following command:

sudo dnf remove ansible-collection-chocolatey-chocolatey

ansible-collection-chocolatey-chocolatey Package Contents on Fedora 36

/usr/share/ansible/collections/ansible_collections/chocolatey
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/FILES.json
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/LICENSE
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/MANIFEST.json
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/README.md
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/changelogs
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/changelogs/.plugin-cache.yaml
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/changelogs/changelog.yaml
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/changelogs/config.yaml
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/meta
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/meta/runtime.yml
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/README.md
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey.ps1
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey.py
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_config.ps1
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_config.py
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_facts.ps1
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_facts.py
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_feature.ps1
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_feature.py
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_source.ps1
/usr/share/ansible/collections/ansible_collections/chocolatey/chocolatey/plugins/modules/win_chocolatey_source.py
/usr/share/doc/ansible-collection-chocolatey-chocolatey
/usr/share/doc/ansible-collection-chocolatey-chocolatey/README.md
/usr/share/licenses/ansible-collection-chocolatey-chocolatey
/usr/share/licenses/ansible-collection-chocolatey-chocolatey/LICENSE

References

Summary

In this tutorial we learn how to install ansible-collection-chocolatey-chocolatey on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).