How to Install and Uninstall imath.i686 Package on CentOS Stream 9

Last updated: October 01,2024

1. Install "imath.i686" package

Please follow the step by step instructions below to install imath.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install imath.i686

2. Uninstall "imath.i686" package

This is a short guide on how to uninstall imath.i686 on CentOS Stream 9:

$ sudo dnf remove imath.i686 $ sudo dnf autoremove

3. Information about the imath.i686 package on CentOS Stream 9

Last metadata expiration check: 2:26:52 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : imath
Version : 3.1.2
Release : 1.el9
Architecture : i686
Size : 96 k
Source : imath-3.1.2-1.el9.src.rpm
Repository : appstream
Summary : Library of 2D and 3D vector, matrix, and math operations for computer graphics
URL : https://github.com/AcademySoftwareFoundation/Imath
License : BSD
Description : Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D
: vectors and matrices and other simple but useful mathematical objects,
: functions, and data types common in computer graphics applications, including
: the “half” 16-bit floating-point type.