How to Install and Uninstall catch1-devel.i686 Package on Fedora 39

Last updated: March 01,2025

1. Install "catch1-devel.i686" package

Please follow the steps below to install catch1-devel.i686 on Fedora 39

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

2. Uninstall "catch1-devel.i686" package

This tutorial shows how to uninstall catch1-devel.i686 on Fedora 39:

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

3. Information about the catch1-devel.i686 package on Fedora 39

Last metadata expiration check: 1:07:22 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : catch1-devel
Version : 1.12.2
Release : 14.fc39
Architecture : i686
Size : 172 k
Source : catch1-1.12.2-14.fc39.src.rpm
Repository : fedora
Summary : Development files for catch1
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.