How to Install and Uninstall catch1-devel.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "catch1-devel.x86_64" package

Please follow the guidelines below to install catch1-devel.x86_64 on Fedora 34

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

2. Uninstall "catch1-devel.x86_64" package

This guide let you learn how to uninstall catch1-devel.x86_64 on Fedora 34:

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

3. Information about the catch1-devel.x86_64 package on Fedora 34

Last metadata expiration check: 1:41:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : catch1-devel
Version : 1.12.2
Release : 7.fc34
Architecture : x86_64
Size : 151 k
Source : catch1-1.12.2-7.fc34.src.rpm
Repository : fedora
Summary : Development files for catch1
URL : https://github.com/philsquared/Catch
License : Boost
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.