How to Install and Uninstall cppunit.x86_64 Package on Fedora 38

Last updated: October 08,2024

1. Install "cppunit.x86_64" package

This is a short guide on how to install cppunit.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install cppunit.x86_64

2. Uninstall "cppunit.x86_64" package

In this section, we are going to explain the necessary steps to uninstall cppunit.x86_64 on Fedora 38:

$ sudo dnf remove cppunit.x86_64 $ sudo dnf autoremove

3. Information about the cppunit.x86_64 package on Fedora 38

Last metadata expiration check: 2:12:22 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : cppunit
Version : 1.15.1
Release : 15.fc38
Architecture : x86_64
Size : 141 k
Source : cppunit-1.15.1-15.fc38.src.rpm
Repository : fedora
Summary : C++ unit testing framework
URL : https://www.freedesktop.org/wiki/Software/cppunit/
License : LGPL-2.1-or-later
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.