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

Last updated: October 08,2024

1. Install "catch-devel.i686" package

Here is a brief guide to show you how to install catch-devel.i686 on Fedora 34

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

2. Uninstall "catch-devel.i686" package

This guide let you learn how to uninstall catch-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:25:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : catch-devel
Version : 2.13.4
Release : 2.fc34
Architecture : i686
Size : 556 k
Source : catch-2.13.4-2.fc34.src.rpm
Repository : fedora
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.