How to Install and Uninstall ansible-test.noarch Package on CentOS Stream 8

Last updated: May 21,2024

1. Install "ansible-test.noarch" package

This guide let you learn how to install ansible-test.noarch on CentOS Stream 8

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

2. Uninstall "ansible-test.noarch" package

Please follow the guidelines below to uninstall ansible-test.noarch on CentOS Stream 8:

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

3. Information about the ansible-test.noarch package on CentOS Stream 8

Last metadata expiration check: 3:11:00 ago on Sat 02 Oct 2021 09:11:27 AM UTC.
Available Packages
Name : ansible-test
Version : 2.9.25
Release : 1.el8
Architecture : noarch
Size : 458 k
Source : ansible-2.9.25-1.el8.src.rpm
Repository : epel
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.