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

Last updated: February 05,2025

1. Install "btest.noarch" package

Please follow the guidelines below to install btest.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install btest.noarch

2. Uninstall "btest.noarch" package

Please follow the steps below to uninstall btest.noarch on Fedora 35:

$ sudo dnf remove btest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:53:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : btest
Version : 0.57
Release : 12.fc35
Architecture : noarch
Size : 47 k
Source : btest-0.57-12.fc35.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.