How to Install and Uninstall stb_rect_pack-devel.x86_64 Package on AlmaLinux 8
Last updated: November 01,2024
1. Install "stb_rect_pack-devel.x86_64" package
This guide let you learn how to install stb_rect_pack-devel.x86_64 on AlmaLinux 8
$
sudo dnf update
Copied
$
sudo dnf install
stb_rect_pack-devel.x86_64
Copied
2. Uninstall "stb_rect_pack-devel.x86_64" package
Please follow the steps below to uninstall stb_rect_pack-devel.x86_64 on AlmaLinux 8:
$
sudo dnf remove
stb_rect_pack-devel.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the stb_rect_pack-devel.x86_64 package on AlmaLinux 8
Last metadata expiration check: 0:47:15 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : stb_rect_pack-devel
Version : 1.1
Release : 0.8.20211022gitaf1a5bc.el8
Architecture : x86_64
Size : 15 k
Source : stb-0-0.8.20211022gitaf1a5bc.el8.src.rpm
Repository : epel
Summary : Rectangle packing
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
Release : 0.8.20211022gitaf1a5bc.el8
Architecture : x86_64
Size : 15 k
Source : stb-0-0.8.20211022gitaf1a5bc.el8.src.rpm
Repository : epel
Summary : Rectangle packing
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.