How to Install and Uninstall catch-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "catch-devel.x86_64" package

In this section, we are going to explain the necessary steps to install catch-devel.x86_64 on CentOS 8 / RHEL 8

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

2. Uninstall "catch-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall catch-devel.x86_64 on CentOS 8 / RHEL 8:

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

3. Information about the catch-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:01:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : catch-devel
Version : 2.10.2
Release : 1.el8
Architecture : x86_64
Size : 199 k
Source : catch-2.10.2-1.el8.src.rpm
Repository : epel
Summary : Development files for catch
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.