How to Install and Uninstall stb_connected_components-devel.x86_64 Package on AlmaLinux 9

Last updated: October 11,2024

1. Install "stb_connected_components-devel.x86_64" package

This guide covers the steps necessary to install stb_connected_components-devel.x86_64 on AlmaLinux 9

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

2. Uninstall "stb_connected_components-devel.x86_64" package

Please follow the instructions below to uninstall stb_connected_components-devel.x86_64 on AlmaLinux 9:

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

3. Information about the stb_connected_components-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:02:17 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : stb_connected_components-devel
Version : 0.96^20240213gitae721c5
Release : 1.el9
Architecture : x86_64
Size : 20 k
Source : stb-0^20240213gitae721c5-1.el9.src.rpm
Repository : epel
Summary : Incrementally compute reachability on grids
URL : https://github.com/nothings/stb
License : MIT OR Unlicense
Description : Finds connected components on 2D grids for testing reachability between two
: points, with fast updates when changing reachability (e.g. on one machine it
: was typically 0.2ms w/ 1024x1024 grid). Each grid square must be “open” or
: “closed” (traversable or untraversable), and grid squares are only connected to
: their orthogonal neighbors, not diagonally.