How To Install oidn-libs on Fedora 36
Introduction
In this tutorial we learn how to install oidn-libs
on Fedora 36.
What is oidn-libs
The oidn-libs package contains shared library for oidn.
We can use yum
or dnf
to install oidn-libs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install oidn-libs.
Install oidn-libs 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-libs
using dnf
by running the following command:
sudo dnf -y install oidn-libs
Install oidn-libs 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-libs
using yum
by running the following command:
sudo yum -y install oidn-libs
How To Uninstall oidn-libs on Fedora 36
To uninstall only the oidn-libs
package we can use the following command:
sudo dnf remove oidn-libs
oidn-libs Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/1b7aa84633519522617d3fa2fdb3fd6526bc5c
/usr/lib64/libOpenImageDenoise.so.1
/usr/lib64/libOpenImageDenoise.so.1.4.3
References
Summary
In this tutorial we learn how to install oidn-libs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).