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

Last updated: June 26,2024

1. Install "btest.noarch" package

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

$ sudo dnf update $ sudo dnf install btest.noarch

2. Uninstall "btest.noarch" package

This guide let you learn how to uninstall btest.noarch on Fedora 34:

$ sudo dnf remove btest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:04:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : btest
Version : 0.57
Release : 10.fc34
Architecture : noarch
Size : 47 k
Source : btest-0.57-10.fc34.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.