How to Install and Uninstall ansible.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

1. Install "ansible.noarch" package

In this section, we are going to explain the necessary steps to install ansible.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install ansible.noarch

2. Uninstall "ansible.noarch" package

This guide covers the steps necessary to uninstall ansible.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove ansible.noarch $ sudo dnf autoremove

3. Information about the ansible.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:07:56 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ansible
Version : 8.3.0
Release : 1.el8
Architecture : noarch
Size : 41 M
Source : ansible-8.3.0-1.el8.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.