How To Install openshadinglanguage-devel on Fedora 36

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

Introduction

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

What is openshadinglanguage-devel

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

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

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

sudo dnf -y install openshadinglanguage-devel

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

sudo yum -y install openshadinglanguage-devel

How To Uninstall openshadinglanguage-devel on Fedora 36

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

sudo dnf remove openshadinglanguage-devel

openshadinglanguage-devel Package Contents on Fedora 36

/usr/include/OSL
/usr/include/OSL/Imathx
/usr/include/OSL/Imathx/ImathColor.h
/usr/include/OSL/Imathx/ImathFun.h
/usr/include/OSL/Imathx/ImathLimits.h
/usr/include/OSL/Imathx/ImathMatrix.h
/usr/include/OSL/Imathx/ImathVec.h
/usr/include/OSL/Imathx/Imathx.h
/usr/include/OSL/accum.h
/usr/include/OSL/device_string.h
/usr/include/OSL/dual.h
/usr/include/OSL/dual_vec.h
/usr/include/OSL/export.h
/usr/include/OSL/genclosure.h
/usr/include/OSL/llvm_util.h
/usr/include/OSL/matrix22.h
/usr/include/OSL/optautomata.h
/usr/include/OSL/oslclosure.h
/usr/include/OSL/oslcomp.h
/usr/include/OSL/oslconfig.h
/usr/include/OSL/oslexec.h
/usr/include/OSL/oslnoise.h
/usr/include/OSL/oslquery.h
/usr/include/OSL/oslversion.h
/usr/include/OSL/platform.h
/usr/include/OSL/rendererservices.h
/usr/include/OSL/sfm_simplex.h
/usr/include/OSL/sfmath.h
/usr/include/OSL/shaderglobals.h
/usr/include/OSL/strdecls.h
/usr/include/OSL/wide.h
/usr/lib64/cmake
/usr/lib64/cmake/OSL
/usr/lib64/cmake/OSL/OSLConfig.cmake
/usr/lib64/cmake/OSL/OSLConfigVersion.cmake
/usr/lib64/cmake/OSL/OSLTargets-release.cmake
/usr/lib64/cmake/OSL/OSLTargets.cmake
/usr/lib64/liboslcomp.so
/usr/lib64/liboslexec.so
/usr/lib64/liboslnoise.so
/usr/lib64/liboslquery.so
/usr/lib64/libtestshade.so
/usr/lib64/pkgconfig
/usr/lib64/pkgconfig/oslcomp.pc
/usr/lib64/pkgconfig/oslexec.pc
/usr/lib64/pkgconfig/oslquery.pc

References

Summary

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