How to Install and Uninstall cxxtest.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "cxxtest.noarch" package

In this section, we are going to explain the necessary steps to install cxxtest.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install cxxtest.noarch

2. Uninstall "cxxtest.noarch" package

Please follow the guidelines below to uninstall cxxtest.noarch on Fedora 39:

$ sudo dnf remove cxxtest.noarch $ sudo dnf autoremove

3. Information about the cxxtest.noarch package on Fedora 39

Last metadata expiration check: 2:55:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : cxxtest
Version : 4.4
Release : 31.fc39
Architecture : noarch
Size : 122 k
Source : cxxtest-4.4-31.fc39.src.rpm
Repository : fedora
Summary : A JUnit-like testing framework for C++
URL : https://cxxtest.com
License : LGPL-3.0-only
Description : CxxTest is a unit testing framework for C++ that is similar in spirit to
: JUnit, CppUnit, and xUnit. CxxTest is easy to use because it does not require
: precompiling a CxxTest testing library, it employs no advanced features of
: C++ (e.g. RTTI) and it supports a very flexible form of test discovery.