How to Install and Uninstall stb_divide-devel.i686 Package on Fedora 38
Last updated: February 12,2025
1. Install "stb_divide-devel.i686" package
Learn how to install stb_divide-devel.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
stb_divide-devel.i686
Copied
2. Uninstall "stb_divide-devel.i686" package
This guide let you learn how to uninstall stb_divide-devel.i686 on Fedora 38:
$
sudo dnf remove
stb_divide-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the stb_divide-devel.i686 package on Fedora 38
Last metadata expiration check: 2:43:44 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : stb_divide-devel
Version : 0.94^20240213gitae721c5
Release : 1.fc38
Architecture : i686
Size : 16 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
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
Available Packages
Name : stb_divide-devel
Version : 0.94^20240213gitae721c5
Release : 1.fc38
Architecture : i686
Size : 16 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
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