How to Install and Uninstall bcunit.x86_64 Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "bcunit.x86_64" package

This is a short guide on how to install bcunit.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install bcunit.x86_64

2. Uninstall "bcunit.x86_64" package

Here is a brief guide to show you how to uninstall bcunit.x86_64 on AlmaLinux 9:

$ sudo dnf remove bcunit.x86_64 $ sudo dnf autoremove

3. Information about the bcunit.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:58:30 ago on Wed Mar 13 07:41:12 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.