How to Install and Uninstall OpenImageIO.x86_64 Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "OpenImageIO.x86_64" package

Please follow the guidelines below to install OpenImageIO.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install OpenImageIO.x86_64

2. Uninstall "OpenImageIO.x86_64" package

This tutorial shows how to uninstall OpenImageIO.x86_64 on CentOS Stream 9:

$ sudo dnf remove OpenImageIO.x86_64 $ sudo dnf autoremove

3. Information about the OpenImageIO.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:06:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : OpenImageIO
Version : 2.4.17.0
Release : 1.el9.next
Architecture : x86_64
Size : 2.7 M
Source : OpenImageIO-2.4.17.0-1.el9.next.src.rpm
Repository : epel-next
Summary : Library for reading and writing images
URL : https://openimageio.org/
License : BSD-3-Clause AND MIT
Description : 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.