How to Install and Uninstall CUnit.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "CUnit.src" package

Please follow the instructions below to install CUnit.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install CUnit.src

2. Uninstall "CUnit.src" package

In this section, we are going to explain the necessary steps to uninstall CUnit.src on Oracle Linux 9:

$ sudo dnf remove CUnit.src $ sudo dnf autoremove

3. Information about the CUnit.src package on Oracle Linux 9

Last metadata expiration check: 0:40:13 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 25.el9
Architecture : src
Size : 513 k
Source : None
Repository : ol9_appstream
Summary : Unit testing framework for C
URL : http://cunit.sourceforge.net/
License : LGPLv2+
Description : CUnit is a lightweight system for writing, administering,
: and running unit tests in C. It provides C programmers a basic
: testing functionality with a flexible variety of user interfaces.