How to Install and Uninstall bcunit.x86_64 Package on Fedora 38

Last updated: January 15,2025

1. Install "bcunit.x86_64" package

Please follow the guidance below to install bcunit.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install bcunit.x86_64

2. Uninstall "bcunit.x86_64" package

Please follow the guidelines below to uninstall bcunit.x86_64 on Fedora 38:

$ sudo dnf remove bcunit.x86_64 $ sudo dnf autoremove

3. Information about the bcunit.x86_64 package on Fedora 38

Last metadata expiration check: 4:38:32 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : bcunit
Version : 5.2.0
Release : 2.fc38
Architecture : x86_64
Size : 48 k
Source : bcunit-5.2.0-2.fc38.src.rpm
Repository : updates
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.