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

Last updated: October 05,2024

1. Install "stb_connected_components-devel.i686" package

This is a short guide on how to install stb_connected_components-devel.i686 on Fedora 34

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

2. Uninstall "stb_connected_components-devel.i686" package

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

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

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

Last metadata expiration check: 1:36:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : stb_connected_components-devel
Version : 0.96^20210910gitaf1a5bc
Release : 0.2.fc34
Architecture : i686
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.