How To Install librtprocess on Fedora 36

In this tutorial we learn how to install librtprocess in Fedora 36. librtprocess is RawTherapee’s processing algorithms

Introduction

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

What is librtprocess

This is a project that aims to make some of RawTherapee’s highly optimized raw processing routines readily available for other FOSS photo editing software. The goal is to move certain source files from RawTherapee into this library. Thus, any changes to the source can be done here and will be used by the projects which use librtprocess.

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

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

sudo dnf -y install librtprocess

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

sudo yum -y install librtprocess

How To Uninstall librtprocess on Fedora 36

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

sudo dnf remove librtprocess

librtprocess Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/90fa7ee04c225623183a64e3b51f2419c14057
/usr/lib64/librtprocess.so.0
/usr/lib64/librtprocess.so.0.0.1
/usr/share/doc/librtprocess
/usr/share/doc/librtprocess/README.md
/usr/share/licenses/librtprocess
/usr/share/licenses/librtprocess/LICENSE.txt

References

Summary

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


title: “How To Install librtprocess on Fedora 36” linkTitle: “librtprocess” type: “docs” description: “In this tutorial we learn how to install librtprocess in Fedora 36. librtprocess is RawTherapee’s processing algorithms” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/librtprocess-featured.png

Introduction

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

What is librtprocess

This is a project that aims to make some of RawTherapee’s highly optimized raw processing routines readily available for other FOSS photo editing software. The goal is to move certain source files from RawTherapee into this library. Thus, any changes to the source can be done here and will be used by the projects which use librtprocess.

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

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

sudo dnf -y install librtprocess

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

sudo yum -y install librtprocess

How To Uninstall librtprocess on Fedora 36

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

sudo dnf remove librtprocess

librtprocess Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/d08701529c84857166e7fc35dad3bd48bc6a5a
/usr/lib/librtprocess.so.0
/usr/lib/librtprocess.so.0.0.1
/usr/share/doc/librtprocess
/usr/share/doc/librtprocess/README.md
/usr/share/licenses/librtprocess
/usr/share/licenses/librtprocess/LICENSE.txt

References

Summary

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