How to Install and Uninstall catch2-devel.x86_64 Package on Fedora 38

Last updated: October 11,2024

1. Install "catch2-devel.x86_64" package

This guide covers the steps necessary to install catch2-devel.x86_64 on Fedora 38

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

2. Uninstall "catch2-devel.x86_64" package

Learn how to uninstall catch2-devel.x86_64 on Fedora 38:

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

3. Information about the catch2-devel.x86_64 package on Fedora 38

Last metadata expiration check: 3:15:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : catch2-devel
Version : 2.13.10
Release : 1.fc38
Architecture : x86_64
Size : 206 k
Source : catch2-2.13.10-1.fc38.src.rpm
Repository : fedora
Summary : Development files for catch2
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.