How To Install catalyst on Fedora 36

In this tutorial we learn how to install catalyst in Fedora 36. catalyst is API specification for simulations to analyze and visualize data in situ

Introduction

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

What is catalyst

Catalyst is an API specification developed for simulations (and other scientific data producers) to analyze and visualize data in situ. Catalyst has been split out of ParaView. This package includes the definition together with a lightweight implementation of this Catalyst API. For details how to use Catalyst for in situ analysis and visualization in simulations, see https

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

Install catalyst 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 catalyst using dnf by running the following command:

sudo dnf -y install catalyst

Install catalyst 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 catalyst using yum by running the following command:

sudo yum -y install catalyst

How To Uninstall catalyst on Fedora 36

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

sudo dnf remove catalyst

catalyst Package Contents on Fedora 36

---
title: "How To Install catalyst on Fedora 36"
linkTitle: "catalyst"
type: "docs"
description: "In this tutorial we learn how to install catalyst in Fedora 36. catalyst is API specification for simulations to analyze and visualize data in situ"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/catalyst-featured.png
---

## Introduction

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

### What is `catalyst`

> Catalyst is an API specification developed for simulations (and other scientific data producers) to analyze and visualize data in situ.  Catalyst has been split out of ParaView. This package includes the definition together with a lightweight implementation of this Catalyst API.  For details how to use Catalyst for in situ analysis and visualization in simulations, see https  

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

## Install catalyst on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install catalyst

Install catalyst 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 catalyst using yum by running the following command:

sudo yum -y install catalyst

How To Uninstall catalyst on Fedora 36

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

sudo dnf remove catalyst

catalyst Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/c44acda54e2eee7880b670736209b44b0997db
/usr/lib/libcatalyst.so.2
/usr/share/licenses/catalyst
/usr/share/licenses/catalyst/3rdPartyLicenses.txt
/usr/share/licenses/catalyst/License.txt

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/9e /usr/lib/.build-id/9e/25bb3b4fe15fc5ebe985d5efdb714b771d7c1c /usr/lib64/libcatalyst.so.2 /usr/share/licenses/catalyst /usr/share/licenses/catalyst/3rdPartyLicenses.txt /usr/share/licenses/catalyst/License.txt


## References

* [catalyst website](https://gitlab.kitware.com/paraview/catalyst)

## Summary

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