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

Last updated: July 03,2024

1. Install "cxxtest.noarch" package

Here is a brief guide to show you how to install cxxtest.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install cxxtest.noarch

2. Uninstall "cxxtest.noarch" package

Please follow the instructions below to uninstall cxxtest.noarch on Fedora 34:

$ sudo dnf remove cxxtest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : cxxtest
Version : 4.4
Release : 23.fc34
Architecture : noarch
Size : 100 k
Source : cxxtest-4.4-23.fc34.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.