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

Last updated: October 09,2024

1. Install "cxxtest.noarch" package

This is a short guide on how to install cxxtest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install cxxtest.noarch

2. Uninstall "cxxtest.noarch" package

This guide covers the steps necessary to uninstall cxxtest.noarch on Fedora 36:

$ sudo dnf remove cxxtest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:08:28 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : cxxtest
Version : 4.4
Release : 26.fc36
Architecture : noarch
Size : 100 k
Source : cxxtest-4.4-26.fc36.src.rpm
Repository : fedora
Summary : A JUnit-like testing framework for C++
URL : https://cxxtest.com
License : LGPLv3
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.