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

Last updated: October 10,2024

1. Install "stb_image_resize-devel.i686" package

Please follow the steps below to install stb_image_resize-devel.i686 on Fedora 36

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

2. Uninstall "stb_image_resize-devel.i686" package

Please follow the instructions below to uninstall stb_image_resize-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 3:50:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : stb_image_resize-devel
Version : 0.97^20210910gitaf1a5bc
Release : 0.2.fc36
Architecture : i686
Size : 29 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc36.src.rpm
Repository : updates
Summary : Image resizing
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.