How to Install and Uninstall CUnit.i686 Package on Rocky Linux 9

Last updated: October 05,2024

1. Install "CUnit.i686" package

This tutorial shows how to install CUnit.i686 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install CUnit.i686

2. Uninstall "CUnit.i686" package

Please follow the steps below to uninstall CUnit.i686 on Rocky Linux 9:

$ sudo dnf remove CUnit.i686 $ sudo dnf autoremove

3. Information about the CUnit.i686 package on Rocky Linux 9

Last metadata expiration check: 1:29:46 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 25.el9
Architecture : i686
Size : 53 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.