How To Install oidn on Fedora 36

In this tutorial we learn how to install oidn in Fedora 36. oidn is Library of denoising filters for images rendered with ray tracing

Introduction

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

What is oidn

An open source library of high-performance, high-quality denoising filters for images rendered with ray tracing.

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

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

sudo dnf -y install oidn

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

sudo yum -y install oidn

How To Uninstall oidn on Fedora 36

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

sudo dnf remove oidn

oidn Package Contents on Fedora 36

/usr/bin/oidnBenchmark
/usr/bin/oidnDenoise
/usr/bin/oidnTest
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/9efccc171e188cc571cada14a5a1cfd87b75fc
/usr/lib/.build-id/73
/usr/lib/.build-id/73/be7e5ef2d3f34c40d72dfb9604b79cd5e3ad38
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/bfefd13f0e72e848f6939daf8ef75735267293
/usr/share/doc/oidn
/usr/share/doc/oidn/CHANGELOG.md
/usr/share/licenses/oidn
/usr/share/licenses/oidn/LICENSE.txt

References

Summary

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