How to Install and Uninstall bcunit.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "bcunit.x86_64" package

In this section, we are going to explain the necessary steps to install bcunit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install bcunit.x86_64

2. Uninstall "bcunit.x86_64" package

Learn how to uninstall bcunit.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove bcunit.x86_64 $ sudo dnf autoremove

3. Information about the bcunit.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:16:49 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : bcunit
Version : 5.2.0
Release : 2.el9
Architecture : x86_64
Size : 48 k
Source : bcunit-5.2.0-2.el9.src.rpm
Repository : epel
Summary : Provide C programmers basic testing functionality
URL : https://gitlab.linphone.org/BC/public/bcunit/
License : LGPL-2.0-or-later
Description : BCUnit is a unit testing framework for C, derived from CUnit.
: (B)CUnit provides various interfaces to the framework, some of which
: are platform dependent (e.g. curses on *nix). The framework complies
: with the conventional structure of test cases bundled into suites
: which are registered with the framework for running.