How to Install and Uninstall CUnit.i686 Package on CentOS Stream 9

Last updated: October 06,2024

1. Install "CUnit.i686" package

This guide let you learn how to install CUnit.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install CUnit.i686

2. Uninstall "CUnit.i686" package

Please follow the guidelines below to uninstall CUnit.i686 on CentOS Stream 9:

$ sudo dnf remove CUnit.i686 $ sudo dnf autoremove

3. Information about the CUnit.i686 package on CentOS Stream 9

Last metadata expiration check: 0:21:55 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 25.el9
Architecture : i686
Size : 55 k
Source : CUnit-2.1.3-25.el9.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.