How to Install and Uninstall CUnit.x86_64 Package on CentOS Stream 8

Last updated: April 18,2024

1. Install "CUnit.x86_64" package

Please follow the instructions below to install CUnit.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install CUnit.x86_64

2. Uninstall "CUnit.x86_64" package

This is a short guide on how to uninstall CUnit.x86_64 on CentOS Stream 8:

$ sudo dnf remove CUnit.x86_64 $ sudo dnf autoremove

3. Information about the CUnit.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:23:13 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 17.el8
Architecture : x86_64
Size : 56 k
Source : CUnit-2.1.3-17.el8.src.rpm
Repository : 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.