How to Install and Uninstall OpenImageIO.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 02,2024

1. Install "OpenImageIO.x86_64" package

Here is a brief guide to show you how to install OpenImageIO.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install OpenImageIO.x86_64

2. Uninstall "OpenImageIO.x86_64" package

Please follow the guidelines below to uninstall OpenImageIO.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove OpenImageIO.x86_64 $ sudo dnf autoremove

3. Information about the OpenImageIO.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:43:08 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : OpenImageIO
Version : 2.1.20.0
Release : 1.el8
Architecture : x86_64
Size : 2.2 M
Source : OpenImageIO-2.1.20.0-1.el8.src.rpm
Repository : epel
Summary : Library for reading and writing images
URL : https://sites.google.com/site/openimageio/home
License : BSD 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, Field3d.
: - An ImageCache class that transparently manages a cache so that it can access
: truly vast amounts of image data.