How to Install and Uninstall OpenImageIO.i686 Package on Fedora 38

Last updated: September 29,2024

1. Install "OpenImageIO.i686" package

Please follow the guidelines below to install OpenImageIO.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install OpenImageIO.i686

2. Uninstall "OpenImageIO.i686" package

Here is a brief guide to show you how to uninstall OpenImageIO.i686 on Fedora 38:

$ sudo dnf remove OpenImageIO.i686 $ sudo dnf autoremove

3. Information about the OpenImageIO.i686 package on Fedora 38

Last metadata expiration check: 2:11:40 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : OpenImageIO
Version : 2.4.17.0
Release : 1.fc38
Architecture : i686
Size : 2.9 M
Source : OpenImageIO-2.4.17.0-1.fc38.src.rpm
Repository : updates
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.