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

Last updated: January 08,2025

1. Install "cppunit.x86_64" package

This tutorial shows how to install cppunit.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install cppunit.x86_64

2. Uninstall "cppunit.x86_64" package

Please follow the step by step instructions below to uninstall cppunit.x86_64 on Fedora 39:

$ sudo dnf remove cppunit.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:36:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : cppunit
Version : 1.15.1
Release : 17.fc39
Architecture : x86_64
Size : 142 k
Source : cppunit-1.15.1-17.fc39.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.