How to Install and Uninstall python3-catch22.x86_64 Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-catch22.x86_64" package

In this section, we are going to explain the necessary steps to install python3-catch22.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-catch22.x86_64

2. Uninstall "python3-catch22.x86_64" package

This guide covers the steps necessary to uninstall python3-catch22.x86_64 on Fedora 36:

$ sudo dnf remove python3-catch22.x86_64 $ sudo dnf autoremove

3. Information about the python3-catch22.x86_64 package on Fedora 36

Last metadata expiration check: 4:45:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-catch22
Version : 0.2.1
Release : 2.fc36
Architecture : x86_64
Size : 53 k
Source : catch22-0.2.1-2.fc36.src.rpm
Repository : fedora
Summary : catch22 for Python
URL : https://github.com/chlubba/catch22
License : GPLv3
Description :
: 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: CAnonical Time-series CHaracteristics
: (https://doi.org/10.1007/s10618-019-00647-x)
:
: The computational pipeline used to generate the catch22 feature set is in the
: op_importance(https://github.com/chlubba/op_importance) repository.
:
: For catch22-related information and resources, including a list of publications
: using catch22, see the catch22 wiki (https://github.com/chlubba/catch22/wiki).