How to Install and Uninstall ansible-core.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "ansible-core.x86_64" package

This guide covers the steps necessary to install ansible-core.x86_64 on CentOS Stream 8

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

2. Uninstall "ansible-core.x86_64" package

Please follow the steps below to uninstall ansible-core.x86_64 on CentOS Stream 8:

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

3. Information about the ansible-core.x86_64 package on CentOS Stream 8

Last metadata expiration check: 5:18:56 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ansible-core
Version : 2.16.3
Release : 2.el8
Architecture : x86_64
Size : 4.1 M
Source : ansible-core-2.16.3-2.el8.src.rpm
Repository : 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.