How To Install OpenImageIO on Fedora 36

In this tutorial we learn how to install OpenImageIO in Fedora 36. OpenImageIO is Library for reading and writing images

Introduction

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

What is OpenImageIO

OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include - Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic. - Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM. - An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data.

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

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

sudo dnf -y install OpenImageIO

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

sudo yum -y install OpenImageIO

How To Uninstall OpenImageIO on Fedora 36

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

sudo dnf remove OpenImageIO

OpenImageIO Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/3d739360ef6ba1a52392405bf8abe4541832c5
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/30b92ff52fc094f09447ae847806c919d50317
/usr/lib64/libOpenImageIO.so.2.3
/usr/lib64/libOpenImageIO.so.2.3.13
/usr/lib64/libOpenImageIO_Util.so.2.3
/usr/lib64/libOpenImageIO_Util.so.2.3.13
/usr/share/doc/OpenImageIO
/usr/share/doc/OpenImageIO/CHANGES.md
/usr/share/doc/OpenImageIO/CREDITS.md
/usr/share/doc/OpenImageIO/README.md
/usr/share/licenses/OpenImageIO
/usr/share/licenses/OpenImageIO/LICENSE.md
/usr/share/licenses/OpenImageIO/THIRD-PARTY.md

References

Summary

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


title: “How To Install OpenImageIO on Fedora 36” linkTitle: “OpenImageIO” type: “docs” description: “In this tutorial we learn how to install OpenImageIO in Fedora 36. OpenImageIO is Library for reading and writing images” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/OpenImageIO-featured.png

Introduction

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

What is OpenImageIO

OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include - Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic. - Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM. - An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data.

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

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

sudo dnf -y install OpenImageIO

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

sudo yum -y install OpenImageIO

How To Uninstall OpenImageIO on Fedora 36

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

sudo dnf remove OpenImageIO

OpenImageIO Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/41663bf710a6b5024812cafc260a37fe6a0465
/usr/lib/.build-id/50
/usr/lib/.build-id/50/aeb56af662178aaf49745ca8e83e77c2499701
/usr/lib/libOpenImageIO.so.2.3
/usr/lib/libOpenImageIO.so.2.3.13
/usr/lib/libOpenImageIO_Util.so.2.3
/usr/lib/libOpenImageIO_Util.so.2.3.13
/usr/share/doc/OpenImageIO
/usr/share/doc/OpenImageIO/CHANGES.md
/usr/share/doc/OpenImageIO/CREDITS.md
/usr/share/doc/OpenImageIO/README.md
/usr/share/licenses/OpenImageIO
/usr/share/licenses/OpenImageIO/LICENSE.md
/usr/share/licenses/OpenImageIO/THIRD-PARTY.md

References

Summary

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