How To Install catch22 on Fedora 36

In this tutorial we learn how to install catch22 in Fedora 36. catch22 is CAnonical Time-series CHaracteristics

Introduction

In this tutorial we learn how to install catch22 on Fedora 36.

What is catch22

catch22 is a collection of 22 time-series features coded in C that can be run from Python, R, Matlab, and Julia. The catch22 features are a high-performing subset of the over 7000 features in hctsa. Features were selected based on their classification performance across a collection of 93 real-world time-series classification problems, as described in our open-access paper - Lubba et al. (2019). catch22 (https The computational pipeline used to generate the catch22 feature set is in the op_importance(https For catch22-related information and resources, including a list of publications using catch22, see the catch22 wiki (https

We can use yum or dnf to install catch22 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install catch22.

Install catch22 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install catch22 using dnf by running the following command:

sudo dnf -y install catch22

Install catch22 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install catch22 using yum by running the following command:

sudo yum -y install catch22

How To Uninstall catch22 on Fedora 36

To uninstall only the catch22 package we can use the following command:

sudo dnf remove catch22

catch22 Package Contents on Fedora 36

/usr/bin/run_features
/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/8556e56bb92450825de887cf54301608eea0d4
/usr/share/doc/catch22
/usr/share/doc/catch22/README.md
/usr/share/doc/catch22/featureList.txt
/usr/share/licenses/catch22
/usr/share/licenses/catch22/LICENSE

References

Summary

In this tutorial we learn how to install catch22 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).