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

Last updated: September 20,2024

1. Install "ansible-core.src" package

Please follow the guidelines below to install ansible-core.src on Oracle Linux 9

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

2. Uninstall "ansible-core.src" package

This guide covers the steps necessary to uninstall ansible-core.src on Oracle Linux 9:

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

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

Last metadata expiration check: 1:26:04 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ansible-core
Epoch : 1
Version : 2.14.9
Release : 1.el9
Architecture : src
Size : 11 M
Source : None
Repository : ol9_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.