How to Install and Uninstall catch-devel.x86_64 Package on Fedora 39

Last updated: November 27,2024

1. Install "catch-devel.x86_64" package

Please follow the step by step instructions below to install catch-devel.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install catch-devel.x86_64

2. Uninstall "catch-devel.x86_64" package

Please follow the step by step instructions below to uninstall catch-devel.x86_64 on Fedora 39:

$ sudo dnf remove catch-devel.x86_64 $ sudo dnf autoremove

3. Information about the catch-devel.x86_64 package on Fedora 39

Last metadata expiration check: 1:50:30 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : catch-devel
Version : 3.4.0
Release : 2.fc39
Architecture : x86_64
Size : 250 k
Source : catch-3.4.0-2.fc39.src.rpm
Repository : fedora
Summary : Development files for catch
URL : https://github.com/catchorg/Catch2
License : BSL-1.0
Description : Catch stands for C++ Automated Test Cases in Headers and is a
: multi-paradigm automated test framework for C++ and Objective-C (and,
: maybe, C). It is implemented entirely in a set of header files, but
: is packaged up as a single header for extra convenience.