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

Last updated: June 28,2024

1. Install "cxxtest.noarch" package

Please follow the steps below to install cxxtest.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install cxxtest.noarch

2. Uninstall "cxxtest.noarch" package

This tutorial shows how to uninstall cxxtest.noarch on Fedora 35:

$ sudo dnf remove cxxtest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:50:14 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : cxxtest
Version : 4.4
Release : 25.fc35
Architecture : noarch
Size : 100 k
Source : cxxtest-4.4-25.fc35.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.