How to Install and Uninstall CUnit.src Package on Oracle Linux 8
Last updated: November 28,2024
1. Install "CUnit.src" package
Please follow the guidance below to install CUnit.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
CUnit.src
Copied
2. Uninstall "CUnit.src" package
In this section, we are going to explain the necessary steps to uninstall CUnit.src on Oracle Linux 8:
$
sudo dnf remove
CUnit.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the CUnit.src package on Oracle Linux 8
Last metadata expiration check: 0:46:18 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 17.el8
Architecture : src
Size : 517 k
Source : None
Repository : ol8_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.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 17.el8
Architecture : src
Size : 517 k
Source : None
Repository : ol8_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.