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

Last updated: November 14,2024

1. Install "CUnit.i686" package

Please follow the instructions below to install CUnit.i686 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install CUnit.i686

2. Uninstall "CUnit.i686" package

Here is a brief guide to show you how to uninstall CUnit.i686 on Rocky Linux 8:

$ sudo dnf remove CUnit.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:39:08 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : CUnit
Version : 2.1.3
Release : 17.el8
Architecture : i686
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.