How to Install and Uninstall ansible-core.src Package on Oracle Linux 8

Last updated: May 18,2024

1. Install "ansible-core.src" package

In this section, we are going to explain the necessary steps to install ansible-core.src on Oracle Linux 8

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

2. Uninstall "ansible-core.src" package

In this section, we are going to explain the necessary steps to uninstall ansible-core.src on Oracle Linux 8:

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

3. Information about the ansible-core.src package on Oracle Linux 8

Last metadata expiration check: 6:34:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ansible-core
Version : 2.12.2
Release : 4.el8_6
Architecture : src
Size : 8.0 M
Source : None
Repository : ol8_appstream
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.