How to Install and Uninstall stb_image_write-devel.i686 Package on Fedora 34

Last updated: May 20,2024

1. Install "stb_image_write-devel.i686" package

Please follow the steps below to install stb_image_write-devel.i686 on Fedora 34

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

2. Uninstall "stb_image_write-devel.i686" package

Here is a brief guide to show you how to uninstall stb_image_write-devel.i686 on Fedora 34:

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

3. Information about the stb_image_write-devel.i686 package on Fedora 34

Last metadata expiration check: 0:19:12 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : stb_image_write-devel
Version : 1.16^20210910gitaf1a5bc
Release : 0.2.fc34
Architecture : i686
Size : 27 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc34.src.rpm
Repository : updates
Summary : Writes out PNG/BMP/TGA/JPEG/HDR images to C stdio
URL : https://github.com/nothings/stb
License : MIT or Unlicense
Description : This header file is a library for writing images to C stdio or a callback.
:
: The PNG output is not optimal; it is 20-50% larger than the file written by a
: decent optimizing implementation; though providing a custom zlib compress
: function (see STBIW_ZLIB_COMPRESS) can mitigate that. This library is designed
: for source code compactness and simplicity, not optimal image file size or
: run-time performance.