How to Install and Uninstall ansible.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "ansible.noarch" package

In this section, we are going to explain the necessary steps to install ansible.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install ansible.noarch

2. Uninstall "ansible.noarch" package

This guide covers the steps necessary to uninstall ansible.noarch on Fedora 34:

$ sudo dnf remove ansible.noarch $ sudo dnf autoremove

3. Information about the ansible.noarch package on Fedora 34

Last metadata expiration check: 3:29:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ansible
Version : 2.9.27
Release : 3.fc34
Architecture : noarch
Size : 15 M
Source : ansible-2.9.27-3.fc34.src.rpm
Repository : updates
Summary : SSH-based configuration management, deployment, and task execution system
URL : https://ansible.com
License : GPLv3+ and BSD and Python and MIT and ASL 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.