How To Install OpenColorIO-tools on Rocky Linux 8
Introduction
In this tutorial we learn how to install OpenColorIO-tools
on Rocky Linux 8.
What is OpenColorIO-tools
Command line tools for OpenColorIO.
We can use yum
or dnf
to install OpenColorIO-tools
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install OpenColorIO-tools.
Install OpenColorIO-tools on Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8
To uninstall only the OpenColorIO-tools
package we can use the following command:
sudo dnf remove OpenColorIO-tools
OpenColorIO-tools Package Contents on Rocky Linux 8
/usr/bin/ociobakelut
/usr/bin/ociocheck
/usr/bin/ocioconvert
/usr/bin/ociodisplay
/usr/bin/ociolutimage
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/9547376c7e8659a616c02febe6a3d29da471ff
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/a87a7e9183fdde462e08289eba5299c2c24ddb
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/2ab006a8dfcd99d166e29b329f1a34615c75d3
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/2e8d4d81d589191ab3a81404ca7ea5452c0ed1
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/50215765a86b5de209db2f492b6fe662579d08
/usr/share/man/man1/ociobakelut.1.gz
/usr/share/man/man1/ociocheck.1.gz
References
Summary
In this tutorial we learn how to install OpenColorIO-tools
on Rocky Linux 8 using yum and dnf.