How to Install and Uninstall ansible.noarch Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "ansible.noarch" package

Please follow the guidelines below to install ansible.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ansible.noarch

2. Uninstall "ansible.noarch" package

Learn how to uninstall ansible.noarch on Rocky Linux 9:

$ sudo dnf remove ansible.noarch $ sudo dnf autoremove

3. Information about the ansible.noarch package on Rocky Linux 9

Last metadata expiration check: 2:26:06 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ansible
Epoch : 1
Version : 7.7.0
Release : 1.el9
Architecture : noarch
Size : 34 M
Source : ansible-7.7.0-1.el9.src.rpm
Repository : epel
Summary : Curated set of Ansible collections included in addition to ansible-core
URL : https://ansible.com
License : GPL-3.0-or-later AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MIT AND MPL-2.0 AND PSF-2.0
Description : Ansible is a radically simple model-driven configuration management,
: multi-node deployment, and remote task execution system. Ansible works
: over SSH and does not require any software or daemons to be installed
: on remote nodes. Extension modules can be written in any language and
: are transferred to managed machines automatically.
:
: This package provides a curated set of Ansible collections included in addition
: to ansible-core.