How to Install and Uninstall stb_rect_pack-devel.i686 Package on Fedora 38
Last updated: January 13,2025
1. Install "stb_rect_pack-devel.i686" package
Please follow the instructions below to install stb_rect_pack-devel.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
stb_rect_pack-devel.i686
Copied
2. Uninstall "stb_rect_pack-devel.i686" package
Please follow the steps below to uninstall stb_rect_pack-devel.i686 on Fedora 38:
$
sudo dnf remove
stb_rect_pack-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the stb_rect_pack-devel.i686 package on Fedora 38
Last metadata expiration check: 1:16:14 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : stb_rect_pack-devel
Version : 1.1^20240213gitae721c5
Release : 1.fc38
Architecture : i686
Size : 19 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
Summary : Simple 2D rectangle packer with decent quality
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : Useful for e.g. packing rectangular textures into an atlas. Does not do
: rotation.
:
: Not necessarily the awesomest packing method, but better than the totally naive
: one in stb_truetype (which is primarily what this is meant to replace).
:
: No memory allocations; uses qsort() and assert() from stdlib. Can override
: those by defining STBRP_SORT and STBRP_ASSERT.
:
: This library currently uses the Skyline Bottom-Left algorithm.
:
: Please note: better rectangle packers are welcome! Please implement them to the
: same API, but with a different init function.
Available Packages
Name : stb_rect_pack-devel
Version : 1.1^20240213gitae721c5
Release : 1.fc38
Architecture : i686
Size : 19 k
Source : stb-0^20240213gitae721c5-1.fc38.src.rpm
Repository : updates
Summary : Simple 2D rectangle packer with decent quality
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : Useful for e.g. packing rectangular textures into an atlas. Does not do
: rotation.
:
: Not necessarily the awesomest packing method, but better than the totally naive
: one in stb_truetype (which is primarily what this is meant to replace).
:
: No memory allocations; uses qsort() and assert() from stdlib. Can override
: those by defining STBRP_SORT and STBRP_ASSERT.
:
: This library currently uses the Skyline Bottom-Left algorithm.
:
: Please note: better rectangle packers are welcome! Please implement them to the
: same API, but with a different init function.