How to Install and Uninstall stb_connected_components-devel.x86_64 Package on Fedora 34

Last updated: September 18,2024

1. Install "stb_connected_components-devel.x86_64" package

Here is a brief guide to show you how to install stb_connected_components-devel.x86_64 on Fedora 34

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

2. Uninstall "stb_connected_components-devel.x86_64" package

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

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

3. Information about the stb_connected_components-devel.x86_64 package on Fedora 34

Last metadata expiration check: 0:18:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : stb_connected_components-devel
Version : 0.96^20210910gitaf1a5bc
Release : 0.2.fc34
Architecture : x86_64
Size : 17 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc34.src.rpm
Repository : updates
Summary : Connected components 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.