How to Install and Uninstall bats.noarch Package on CentOS Stream 8
Last updated: February 06,2025
1. Install "bats.noarch" package
This tutorial shows how to install bats.noarch on CentOS Stream 8
$
sudo dnf update
Copied
$
sudo dnf install
bats.noarch
Copied
2. Uninstall "bats.noarch" package
This is a short guide on how to uninstall bats.noarch on CentOS Stream 8:
$
sudo dnf remove
bats.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bats.noarch package on CentOS Stream 8
Last metadata expiration check: 4:55:59 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : bats
Version : 1.5.0
Release : 1.el8
Architecture : noarch
Size : 45 k
Source : bats-1.5.0-1.el8.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.
Available Packages
Name : bats
Version : 1.5.0
Release : 1.el8
Architecture : noarch
Size : 45 k
Source : bats-1.5.0-1.el8.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.