How To Install oidn-devel on Fedora 36

In this tutorial we learn how to install oidn-devel in Fedora 36. oidn-devel is Development files for oidn

Introduction

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

What is oidn-devel

The oidn-devel package contains libraries and header files for developing applications that use oidn.

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

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

sudo dnf -y install oidn-devel

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

sudo yum -y install oidn-devel

How To Uninstall oidn-devel on Fedora 36

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

sudo dnf remove oidn-devel

oidn-devel Package Contents on Fedora 36

/usr/include/OpenImageDenoise
/usr/include/OpenImageDenoise/config.h
/usr/include/OpenImageDenoise/oidn.h
/usr/include/OpenImageDenoise/oidn.hpp
/usr/lib64/cmake/OpenImageDenoise-1.4.3/OpenImageDenoiseConfig-release.cmake
/usr/lib64/cmake/OpenImageDenoise-1.4.3/OpenImageDenoiseConfig.cmake
/usr/lib64/cmake/OpenImageDenoise-1.4.3/OpenImageDenoiseConfigVersion.cmake
/usr/lib64/libOpenImageDenoise.so

References

Summary

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