How to Install and Uninstall catch-devel.i686 Package on Fedora 38

Last updated: September 24,2024

1. Install "catch-devel.i686" package

This guide let you learn how to install catch-devel.i686 on Fedora 38

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

2. Uninstall "catch-devel.i686" package

Please follow the instructions below to uninstall catch-devel.i686 on Fedora 38:

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

3. Information about the catch-devel.i686 package on Fedora 38

Last metadata expiration check: 3:22:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : catch-devel
Version : 3.3.2
Release : 2.fc38
Architecture : i686
Size : 244 k
Source : catch-3.3.2-2.fc38.src.rpm
Repository : fedora
Summary : Development files for catch
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.