How to Install and Uninstall stb_divide-devel.x86_64 Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "stb_divide-devel.x86_64" package

Here is a brief guide to show you how to install stb_divide-devel.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install stb_divide-devel.x86_64

2. Uninstall "stb_divide-devel.x86_64" package

This guide let you learn how to uninstall stb_divide-devel.x86_64 on Oracle Linux 9:

$ sudo dnf remove stb_divide-devel.x86_64 $ sudo dnf autoremove

3. Information about the stb_divide-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:12:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : stb_divide-devel
Version : 0.94^20231011gitbeebb24
Release : 12.el9
Architecture : x86_64
Size : 16 k
Source : stb-0^20231011gitbeebb24-12.el9.src.rpm
Repository : epel
Summary : More useful 32-bit modulus e.g. “Euclidean divide”
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : This file provides three different consistent divide/mod pairs
: implemented on top of arbitrary C/C++ division, including correct
: handling of overflow of intermediate calculations:
:
: trunc: a/b truncates to 0, a%b has same sign as a
: floor: a/b truncates to -inf, a%b has same sign as b
: eucl: a/b truncates to sign(b)*inf, a%b is non-negative