How to Install and Uninstall ansible-test.x86_64 Package on Rocky Linux 9

Last updated: April 29,2024

1. Install "ansible-test.x86_64" package

Please follow the guidelines below to install ansible-test.x86_64 on Rocky Linux 9

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

2. Uninstall "ansible-test.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ansible-test.x86_64 on Rocky Linux 9:

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

3. Information about the ansible-test.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:56:27 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ansible-test
Epoch : 1
Version : 2.14.9
Release : 1.el9
Architecture : x86_64
Size : 683 k
Source : ansible-core-2.14.9-1.el9.src.rpm
Repository : appstream
Summary : Tool for testing ansible plugin and module code
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.
:
: This package installs the ansible-test command for testing modules and plugins
: developed for ansible.