How to Install and Uninstall imath.x86_64 Package on AlmaLinux 9

Last updated: October 12,2024

1. Install "imath.x86_64" package

In this section, we are going to explain the necessary steps to install imath.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install imath.x86_64

2. Uninstall "imath.x86_64" package

This guide covers the steps necessary to uninstall imath.x86_64 on AlmaLinux 9:

$ sudo dnf remove imath.x86_64 $ sudo dnf autoremove

3. Information about the imath.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:55:40 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : imath
Version : 3.1.2
Release : 1.el9
Architecture : x86_64
Size : 93 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.