How to Install and Uninstall stb_image_write-devel.x86_64 Package on Fedora 38

Last updated: May 20,2024

1. Install "stb_image_write-devel.x86_64" package

This guide let you learn how to install stb_image_write-devel.x86_64 on Fedora 38

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

2. Uninstall "stb_image_write-devel.x86_64" package

This is a short guide on how to uninstall stb_image_write-devel.x86_64 on Fedora 38:

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

3. Information about the stb_image_write-devel.x86_64 package on Fedora 38

Last metadata expiration check: 4:40:08 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : stb_image_write-devel
Version : 1.16^20240213gitae721c5
Release : 1.fc38
Architecture : x86_64
Size : 30 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
Summary : Image writing to disk: PNG, TGA, BMP
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.