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

Last updated: October 05,2024

1. Install "mingw32-cxxtest.noarch" package

Please follow the step by step instructions below to install mingw32-cxxtest.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-cxxtest.noarch

2. Uninstall "mingw32-cxxtest.noarch" package

Please follow the instructions below to uninstall mingw32-cxxtest.noarch on Fedora 36:

$ sudo dnf remove mingw32-cxxtest.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:02:49 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-cxxtest
Version : 3.10.1
Release : 26.fc36
Architecture : noarch
Size : 46 k
Source : mingw-cxxtest-3.10.1-26.fc36.src.rpm
Repository : fedora
Summary : A JUnit-like testing framework for C++
URL : http://cxxtest.tigris.org
License : LGPLv2+
Description : CxxTest is a JUnit/CppUnit/xUnit-like framework for C++.
: Its advantages over existing alternatives are that it:
: - doesn't require RTTI
: - doesn't require member template functions
: - doesn't require exception handling
: - doesn't require any external libraries (including memory management,
: file/console I/O, graphics libraries)