How to Install and Uninstall catch1-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "catch1-devel.x86_64" package

This is a short guide on how to install catch1-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "catch1-devel.x86_64" package

This tutorial shows how to uninstall catch1-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the catch1-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:47:34 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : catch1-devel
Version : 1.12.2
Release : 9.el9
Architecture : x86_64
Size : 150 k
Source : catch1-1.12.2-9.el9.src.rpm
Repository : epel
Summary : Development files for catch1
URL : https://github.com/catchorg/Catch2
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.