How to Install and Uninstall ansible.noarch Package on CentOS 8 / RHEL 8

Last updated: February 03,2025

1. Install "ansible.noarch" package

This guide covers the steps necessary to install ansible.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install ansible.noarch

2. Uninstall "ansible.noarch" package

Please follow the instructions below to uninstall ansible.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove ansible.noarch $ sudo dnf autoremove

3. Information about the ansible.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:47:51 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : ansible
Version : 2.9.21
Release : 1.el8
Architecture : noarch
Size : 17 M
Source : ansible-2.9.21-1.el8.src.rpm
Repository : epel
Summary : SSH-based configuration management, deployment, and task execution system
URL : http://ansible.com
License : GPLv3+
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.