How To Install OpenColorIO-tools on Fedora 36

In this tutorial we learn how to install OpenColorIO-tools in Fedora 36. OpenColorIO-tools is Command line tools for OpenColorIO

Introduction

In this tutorial we learn how to install OpenColorIO-tools on Fedora 36.

What is OpenColorIO-tools

Command line tools for OpenColorIO.

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

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

sudo dnf -y install OpenColorIO-tools

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

sudo yum -y install OpenColorIO-tools

How To Uninstall OpenColorIO-tools on Fedora 36

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

sudo dnf remove OpenColorIO-tools

OpenColorIO-tools Package Contents on Fedora 36

/usr/bin/ociobakelut
/usr/bin/ociocheck
/usr/bin/ociochecklut
/usr/bin/ocioconvert
/usr/bin/ociodisplay
/usr/bin/ociolutimage
/usr/bin/ociomakeclf
/usr/bin/ocioperf
/usr/bin/ociowrite
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/7879ef2074c34d13776f16263f6fd1903a7d38
/usr/lib/.build-id/16
/usr/lib/.build-id/16/726f91487a4132061f25a2a3d4ea9b6159e456
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/231129ba425ec25c38f4f170ffa8ad3b721eda
/usr/lib/.build-id/35
/usr/lib/.build-id/35/3bd820d8b7daa43c9628d55b5d2d1b911cce5e
/usr/lib/.build-id/38
/usr/lib/.build-id/38/0afd70cc0ce7cc64c958a7d80b9ab4b6881230
/usr/lib/.build-id/97
/usr/lib/.build-id/97/9c8fff85e68a13f5fa550148aeea1cdce6a02b
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/26fcdd4b41b6bd5d1a004094b8976c19262efc
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/e8cb69a7665bc2946448a854bc986d78df2406
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/1dee8d8259b315bd072706d238e044bf5b1c1a
/usr/share/man/man1/ociobakelut.1.gz
/usr/share/man/man1/ociocheck.1.gz
/usr/share/man/man1/ociochecklut.1.gz
/usr/share/man/man1/ocioconvert.1.gz
/usr/share/man/man1/ociolutimage.1.gz
/usr/share/man/man1/ociomakeclf.1.gz
/usr/share/man/man1/ocioperf.1.gz
/usr/share/man/man1/ociowrite.1.gz
/usr/share/ocio
/usr/share/ocio/setup_ocio.sh

References

Summary

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