How to Install and Uninstall imath.src Package on Oracle Linux 9

Last updated: November 25,2024

1. Install "imath.src" package

Please follow the step by step instructions below to install imath.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install imath.src

2. Uninstall "imath.src" package

Learn how to uninstall imath.src on Oracle Linux 9:

$ sudo dnf remove imath.src $ sudo dnf autoremove

3. Information about the imath.src package on Oracle Linux 9

Last metadata expiration check: 1:32:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : imath
Version : 3.1.2
Release : 1.el9
Architecture : src
Size : 412 k
Source : None
Repository : ol9_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.