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

Last updated: May 04,2024

1. Install "stb_connected_components-devel.i686" package

Please follow the guidance below to install stb_connected_components-devel.i686 on Fedora 35

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

2. Uninstall "stb_connected_components-devel.i686" package

This tutorial shows how to uninstall stb_connected_components-devel.i686 on Fedora 35:

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

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

Last metadata expiration check: 3:35:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : stb_connected_components-devel
Version : 0.96^20210910gitaf1a5bc
Release : 0.2.fc35
Architecture : i686
Size : 17 k
Source : stb-0^20210910gitaf1a5bc-0.2.fc35.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.