How to Install and Uninstall btest.noarch Package on Fedora 36

Last updated: April 26,2024

1. Install "btest.noarch" package

This guide covers the steps necessary to install btest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install btest.noarch

2. Uninstall "btest.noarch" package

Here is a brief guide to show you how to uninstall btest.noarch on Fedora 36:

$ sudo dnf remove btest.noarch $ sudo dnf autoremove

3. Information about the btest.noarch package on Fedora 36

Last metadata expiration check: 1:02:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : btest
Version : 0.57
Release : 13.fc36
Architecture : noarch
Size : 47 k
Source : btest-0.57-13.fc36.src.rpm
Repository : fedora
Summary : A Simple Driver for Basic Unit Tests
URL : http://www.bro.org/sphinx/components/btest/README.html
License : BSD
Description : The btest is a simple framework for writing unit tests. Freely borrowing some
: ideas from other packages, it’s main objective is to provide an easy-to-use,
: straightforward driver for a suite of shell-based tests. Each test consists
: of a set of command lines that will be executed, and success is determined
: based on their exit codes. btest comes with some additional tools that can
: be used within such tests to compare output against a previously established
: baseline.