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

Last updated: May 01,2024

1. Install "ansible.noarch" package

Here is a brief guide to show you how to install ansible.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install ansible.noarch

2. Uninstall "ansible.noarch" package

In this section, we are going to explain the necessary steps to uninstall ansible.noarch on CentOS Stream 8:

$ sudo dnf remove ansible.noarch $ sudo dnf autoremove

3. Information about the ansible.noarch package on CentOS Stream 8

Last metadata expiration check: 5:43:46 ago on Sun Feb 25 03:03:59 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.