How to Install and Uninstall bcunit.x86_64 Package on Oracle Linux 9

Last updated: September 28,2024

1. Install "bcunit.x86_64" package

Here is a brief guide to show you how to install bcunit.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bcunit.x86_64

2. Uninstall "bcunit.x86_64" package

Please follow the step by step instructions below to uninstall bcunit.x86_64 on Oracle Linux 9:

$ sudo dnf remove bcunit.x86_64 $ sudo dnf autoremove

3. Information about the bcunit.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:00:20 ago on Thu Feb 15 07:50:05 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.