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

Last updated: May 17,2024

1. Install "stb_image_resize-devel.i686" package

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

$ 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 35:

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

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

Last metadata expiration check: 5:08:27 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : stb_image_resize-devel
Version : 0.97^20210910gitaf1a5bc
Release : 0.2.fc35
Architecture : i686
Size : 28 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc35.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.