How to Install and Uninstall Catch2-devel Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "Catch2-devel" package

Learn how to install Catch2-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install Catch2-devel

2. Uninstall "Catch2-devel" package

This guide covers the steps necessary to uninstall Catch2-devel on openSuSE Tumbleweed:

$ sudo zypper remove Catch2-devel

3. Information about the Catch2-devel package on openSuSE Tumbleweed

Information for package Catch2-devel:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : Catch2-devel
Version : 3.5.2-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.8 MiB
Installed : No
Status : not installed
Source package : Catch2-3.5.2-1.2.src
Upstream URL : https://github.com/catchorg/Catch2/
Summary : A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
Description :
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm
test framework for modern C++14 and newer.
It also provides basic micro-benchmarking features, and simple BDD macros.