How To Install openexr2-libs on Fedora 36

In this tutorial we learn how to install openexr2-libs in Fedora 36. openexr2-libs is OpenEXR Libraries

Introduction

In this tutorial we learn how to install openexr2-libs on Fedora 36.

What is openexr2-libs

OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. OpenEXR Features * High dynamic range and color precision. Support for 16-bit floating-point, * 32-bit floating-point, and 32-bit integer pixels. * Multiple image compression algorithms, both lossless and lossy. Some of the included codecs can achieve 2 with film grain. The lossy codecs have been tuned for visual quality and decoding performance. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. * Support for stereoscopic image workflows and a generalization to multi-views. * Flexible support for deep data of samples and, thus, it is possible to store multiple values at different depths for each pixel. Hard surfaces and volumetric data representations are accommodated. * Multipart This allows for access to individual parts without the need to read other parts in the file. * Versioning namespaces to provide protection when using multiple versions of the library in the same process space. The IlmBase Library Also a part of OpenEXR, the IlmBase library is a basic, light-weight, and efficient representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. NOTE OpenEXR 3.0.

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

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

sudo dnf -y install openexr2-libs

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

sudo yum -y install openexr2-libs

How To Uninstall openexr2-libs on Fedora 36

To uninstall only the openexr2-libs package we can use the following command:

sudo dnf remove openexr2-libs

openexr2-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/75180ac96919276f99eb8f8304ccaed6d1aa5f
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/9ccf8c8a447c329a87172dc64a2b7de054336e
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/39e7127c4a3ac599707dffdc59402b9e5b43b6
/usr/lib/.build-id/83
/usr/lib/.build-id/83/297489680cd5bbefe65bbc2eb0e3afbcc2ee6b
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/e162e0495fdfbd1be62f0dee92a736a3c2a6de
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/ff929eb1c3675558db2b871500e4570871b065
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/c09a4db8d450602c6a957e895ef3bc5902c962
/usr/lib/libHalf-2_5.so.25
/usr/lib/libHalf-2_5.so.25.0.6
/usr/lib/libIex-2_5.so.25
/usr/lib/libIex-2_5.so.25.0.6
/usr/lib/libIexMath-2_5.so.25
/usr/lib/libIexMath-2_5.so.25.0.6
/usr/lib/libIlmImf-2_5.so.25
/usr/lib/libIlmImf-2_5.so.25.0.6
/usr/lib/libIlmImfUtil-2_5.so.25
/usr/lib/libIlmImfUtil-2_5.so.25.0.6
/usr/lib/libIlmThread-2_5.so.25
/usr/lib/libIlmThread-2_5.so.25.0.6
/usr/lib/libImath-2_5.so.25
/usr/lib/libImath-2_5.so.25.0.6
/usr/share/doc/openexr2-libs
/usr/share/doc/openexr2-libs/CHANGES.md
/usr/share/doc/openexr2-libs/CODE_OF_CONDUCT.md
/usr/share/doc/openexr2-libs/CONTRIBUTING.md
/usr/share/doc/openexr2-libs/CONTRIBUTORS.md
/usr/share/doc/openexr2-libs/GOVERNANCE.md
/usr/share/doc/openexr2-libs/README.md
/usr/share/doc/openexr2-libs/SECURITY.md
/usr/share/licenses/openexr2-libs
/usr/share/licenses/openexr2-libs/LICENSE.md

References

Summary

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


title: “How To Install openexr2-libs on Fedora 36” linkTitle: “openexr2-libs” type: “docs” description: “In this tutorial we learn how to install openexr2-libs in Fedora 36. openexr2-libs is OpenEXR Libraries” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/openexr2-libs-featured.png

Introduction

In this tutorial we learn how to install openexr2-libs on Fedora 36.

What is openexr2-libs

OpenEXR is an open-source high-dynamic-range floating-point image file format for high-quality image processing and storage. This document presents a brief overview of OpenEXR and explains concepts that are specific to this format. OpenEXR Features * High dynamic range and color precision. Support for 16-bit floating-point, * 32-bit floating-point, and 32-bit integer pixels. * Multiple image compression algorithms, both lossless and lossy. Some of the included codecs can achieve 2 with film grain. The lossy codecs have been tuned for visual quality and decoding performance. * Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. * Support for stereoscopic image workflows and a generalization to multi-views. * Flexible support for deep data of samples and, thus, it is possible to store multiple values at different depths for each pixel. Hard surfaces and volumetric data representations are accommodated. * Multipart This allows for access to individual parts without the need to read other parts in the file. * Versioning namespaces to provide protection when using multiple versions of the library in the same process space. The IlmBase Library Also a part of OpenEXR, the IlmBase library is a basic, light-weight, and efficient representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions, and data types common in computer graphics applications, including the “half” 16-bit floating-point type. NOTE OpenEXR 3.0.

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

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

sudo dnf -y install openexr2-libs

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

sudo yum -y install openexr2-libs

How To Uninstall openexr2-libs on Fedora 36

To uninstall only the openexr2-libs package we can use the following command:

sudo dnf remove openexr2-libs

openexr2-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/fbc728699a70e62860e913435157862766e258
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/9f6029a08685c1edc027ffd2e53c50dfb59b38
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/05d945311e31e92575af3692a004c579057886
/usr/lib/.build-id/61
/usr/lib/.build-id/61/07a55309310f7d2f9beaa3087bf2a44bfceb7c
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/6f5cd3f5a40add5aadd27c49b087f04e36bcdc
/usr/lib/.build-id/93
/usr/lib/.build-id/93/8673dca185394d9b3b61d4c138dd6ad0b3ca7b
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/48ab42dbe50305dfd385ceadd6e23aa40bd0cb
/usr/lib64/libHalf-2_5.so.25
/usr/lib64/libHalf-2_5.so.25.0.6
/usr/lib64/libIex-2_5.so.25
/usr/lib64/libIex-2_5.so.25.0.6
/usr/lib64/libIexMath-2_5.so.25
/usr/lib64/libIexMath-2_5.so.25.0.6
/usr/lib64/libIlmImf-2_5.so.25
/usr/lib64/libIlmImf-2_5.so.25.0.6
/usr/lib64/libIlmImfUtil-2_5.so.25
/usr/lib64/libIlmImfUtil-2_5.so.25.0.6
/usr/lib64/libIlmThread-2_5.so.25
/usr/lib64/libIlmThread-2_5.so.25.0.6
/usr/lib64/libImath-2_5.so.25
/usr/lib64/libImath-2_5.so.25.0.6
/usr/share/doc/openexr2-libs
/usr/share/doc/openexr2-libs/CHANGES.md
/usr/share/doc/openexr2-libs/CODE_OF_CONDUCT.md
/usr/share/doc/openexr2-libs/CONTRIBUTING.md
/usr/share/doc/openexr2-libs/CONTRIBUTORS.md
/usr/share/doc/openexr2-libs/GOVERNANCE.md
/usr/share/doc/openexr2-libs/README.md
/usr/share/doc/openexr2-libs/SECURITY.md
/usr/share/licenses/openexr2-libs
/usr/share/licenses/openexr2-libs/LICENSE.md

References

Summary

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