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

Last updated: May 22,2024

1. Install "catch-devel.x86_64" package

Please follow the steps below to install catch-devel.x86_64 on CentOS Stream 8

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

2. Uninstall "catch-devel.x86_64" package

Here is a brief guide to show you how to uninstall catch-devel.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 3:46:18 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : catch-devel
Version : 2.13.8
Release : 1.el8
Architecture : x86_64
Size : 212 k
Source : catch-2.13.8-1.el8.src.rpm
Repository : epel
Summary : Development files for catch
URL : https://github.com/catchorg/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.