How to Install and Uninstall ansible-core.noarch Package on Fedora 36

Last updated: September 30,2024

1. Install "ansible-core.noarch" package

Please follow the steps below to install ansible-core.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install ansible-core.noarch

2. Uninstall "ansible-core.noarch" package

This tutorial shows how to uninstall ansible-core.noarch on Fedora 36:

$ sudo dnf remove ansible-core.noarch $ sudo dnf autoremove

3. Information about the ansible-core.noarch package on Fedora 36

Last metadata expiration check: 5:42:43 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ansible-core
Version : 2.12.7
Release : 1.fc36
Architecture : noarch
Size : 2.4 M
Source : ansible-core-2.12.7-1.fc36.src.rpm
Repository : updates
Summary : A radically simple IT automation 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.
:
: This is the base part of ansible (the engine).