How to Install and Uninstall bats.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "bats.noarch" package

Learn how to install bats.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install bats.noarch

2. Uninstall "bats.noarch" package

In this section, we are going to explain the necessary steps to uninstall bats.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove bats.noarch $ sudo dnf autoremove

3. Information about the bats.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:42:35 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : bats
Version : 1.8.0
Release : 1.el9
Architecture : noarch
Size : 54 k
Source : bats-1.8.0-1.el9.src.rpm
Repository : epel
Summary : Bash Automated Testing System
URL : https://github.com/bats-core/bats-core
License : MIT
Description : Bats is a TAP-compliant testing framework for Bash. It provides a simple way to
: verify that the UNIX programs you write behave as expected. Bats is most useful
: when testing software written in Bash, but you can use it to test any UNIX
: program.