How to Install and Uninstall cppunit.i686 Package on Fedora 35

Last updated: May 20,2024

1. Install "cppunit.i686" package

This guide let you learn how to install cppunit.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install cppunit.i686

2. Uninstall "cppunit.i686" package

Please follow the instructions below to uninstall cppunit.i686 on Fedora 35:

$ sudo dnf remove cppunit.i686 $ sudo dnf autoremove

3. Information about the cppunit.i686 package on Fedora 35

Last metadata expiration check: 4:15:47 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cppunit
Version : 1.15.1
Release : 5.fc35
Architecture : i686
Size : 146 k
Source : cppunit-1.15.1-5.fc35.src.rpm
Repository : fedora
Summary : C++ unit testing framework
URL : https://www.freedesktop.org/wiki/Software/cppunit/
License : LGPLv2+
Description : CppUnit is the C++ port of the famous JUnit framework for unit testing.
: Test output is in XML for automatic testing and GUI based for supervised
: tests.