How to Install and Uninstall bats.noarch Package on Fedora 36
Last updated: November 29,2024
1. Install "bats.noarch" package
Here is a brief guide to show you how to install bats.noarch on Fedora 36
$
sudo dnf update
Copied
$
sudo dnf install
bats.noarch
Copied
2. Uninstall "bats.noarch" package
This tutorial shows how to uninstall bats.noarch on Fedora 36:
$
sudo dnf remove
bats.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the bats.noarch package on Fedora 36
Last metadata expiration check: 0:10:09 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : bats
Version : 1.7.0
Release : 1.fc36
Architecture : noarch
Size : 47 k
Source : bats-1.7.0-1.fc36.src.rpm
Repository : updates
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.7.0
Release : 1.fc36
Architecture : noarch
Size : 47 k
Source : bats-1.7.0-1.fc36.src.rpm
Repository : updates
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.