How To Install OpenImageIO-utils on Rocky Linux 8

In this tutorial we learn how to install OpenImageIO-utils on Rocky Linux 8. OpenImageIO-utils is Command line utilities for OpenImageIO

Introduction

In this tutorial we learn how to install OpenImageIO-utils on Rocky Linux 8.

What is OpenImageIO-utils

Command-line tools to manipulate and get information on images using the OpenImageIO library.

We can use yum or dnf to install OpenImageIO-utils on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install OpenImageIO-utils.

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

sudo dnf -y install OpenImageIO-utils

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

sudo yum -y install OpenImageIO-utils

How To Uninstall OpenImageIO-utils on Rocky Linux 8

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

sudo dnf remove OpenImageIO-utils

OpenImageIO-utils Package Contents on Rocky Linux 8

/usr/bin/iconvert
/usr/bin/idiff
/usr/bin/igrep
/usr/bin/iinfo
/usr/bin/maketx
/usr/bin/oiiotool
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/a217648927e093d04ee9e189c86a7444dc49c9
/usr/lib/.build-id/33
/usr/lib/.build-id/33/9e7e990246e0f957c53d1ed8898fc7cb2f87ab
/usr/lib/.build-id/36
/usr/lib/.build-id/36/93df2d0dc1a8394e10bf314421e760f480e3f8
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/4aa0dd6cbb288d1f7a842d54478199d29229b9
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/5845993850f45fda285259867609f4f44372b2
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/a7f39095e019bce618516d483591ab45188a94
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/6ede8f59bef23691139d60f2f50ff56a5c410c
/usr/share/man/man1/iconvert.1.gz
/usr/share/man/man1/idiff.1.gz
/usr/share/man/man1/igrep.1.gz
/usr/share/man/man1/iinfo.1.gz
/usr/share/man/man1/maketx.1.gz
/usr/share/man/man1/oiiotool.1.gz

References

Summary

In this tutorial we learn how to install OpenImageIO-utils on Rocky Linux 8 using yum and dnf.