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

Last updated: October 05,2024

1. Install "OpenImageIO.i686" package

This guide covers the steps necessary to install OpenImageIO.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install OpenImageIO.i686

2. Uninstall "OpenImageIO.i686" package

Please follow the instructions below to uninstall OpenImageIO.i686 on Fedora 35:

$ sudo dnf remove OpenImageIO.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:34:17 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : OpenImageIO
Version : 2.2.21.0
Release : 2.fc35
Architecture : i686
Size : 2.5 M
Source : OpenImageIO-2.2.21.0-2.fc35.src.rpm
Repository : updates
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.