How To Install OpenColorIO on Fedora 34

OpenColorIO is Enables color transforms and image display across graphics apps Enables color transforms and image display across graphics apps

Introduction

In this tutorial we learn how to install OpenColorIO on Fedora 34.

What is OpenColorIO

OCIO enables color transforms and image display to be handled in a consistent manner across multiple graphics applications. Unlike other color management solutions, OCIO is geared towards motion-picture post production, with an emphasis on visual effects and animation color pipelines. OpenColorIO 1.1.1 12.fc34 x86_64 300 k OpenColorIO-1.1.1-12.fc34.src.rpm fedora Enables color transforms and image display across graphics apps http BSD OCIO enables color transforms and image display to be handled in a consistent manner across multiple graphics applications. Unlike other color management solutions, OCIO is geared towards motion-picture post production, with an emphasis on visual effects and animation color pipelines.

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

Install OpenColorIO on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install OpenColorIO using dnf by running the following command:

sudo dnf -y install OpenColorIO

Install OpenColorIO on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install OpenColorIO using yum by running the following command:

sudo yum -y install OpenColorIO

How To Uninstall OpenColorIO on Fedora 34

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

sudo dnf remove OpenColorIO

OpenColorIO Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/963bd74449b3374e7a0652a1daebcd600f39fd
/usr/lib64/libOpenColorIO.so.1
/usr/lib64/libOpenColorIO.so.1.1.1
/usr/share/doc/OpenColorIO
/usr/share/doc/OpenColorIO/ChangeLog
/usr/share/doc/OpenColorIO/README.md
/usr/share/licenses/OpenColorIO
/usr/share/licenses/OpenColorIO/LICENSE
/usr/share/ocio
/usr/share/ocio/setup_ocio.sh
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/77790a2e3b4d5a13be00563dbde3c68cb43ca7
/usr/lib/libOpenColorIO.so.1
/usr/lib/libOpenColorIO.so.1.1.1
/usr/share/doc/OpenColorIO
/usr/share/doc/OpenColorIO/ChangeLog
/usr/share/doc/OpenColorIO/README.md
/usr/share/licenses/OpenColorIO
/usr/share/licenses/OpenColorIO/LICENSE
/usr/share/ocio
/usr/share/ocio/setup_ocio.sh

References

Summary

In this tutorial we learn how to install OpenColorIO on Fedora 34 using yum and dnf.