How to Install and Uninstall stb_image_resize-devel.i686 Package on Fedora 38

Last updated: January 11,2025

1. Install "stb_image_resize-devel.i686" package

Please follow the guidelines below to install stb_image_resize-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install stb_image_resize-devel.i686

2. Uninstall "stb_image_resize-devel.i686" package

Please follow the step by step instructions below to uninstall stb_image_resize-devel.i686 on Fedora 38:

$ sudo dnf remove stb_image_resize-devel.i686 $ sudo dnf autoremove

3. Information about the stb_image_resize-devel.i686 package on Fedora 38

Last metadata expiration check: 1:16:22 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : stb_image_resize-devel
Version : 0.97^20240213gitae721c5
Release : 1.fc38
Architecture : i686
Size : 32 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
Summary : Resize images larger/smaller with good quality (original version)
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : Image resizing.
:
: Written with emphasis on usability, portability, and efficiency. (No SIMD or
: threads, so it be easily outperformed by libs that use those.) Only scaling and
: translation is supported, no rotations or shears. Easy API downsamples
: w/Mitchell filter, upsamples w/cubic interpolation.
:
: This is the original version of the stb_image_resize library. It has been
: deprecated by its developer; consider porting to stb_image_resize2 instead.