How to Install and Uninstall sparsehash-devel.i686 Package on Fedora 36

Last updated: May 04,2024

1. Install "sparsehash-devel.i686" package

Here is a brief guide to show you how to install sparsehash-devel.i686 on Fedora 36

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

2. Uninstall "sparsehash-devel.i686" package

This tutorial shows how to uninstall sparsehash-devel.i686 on Fedora 36:

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

3. Information about the sparsehash-devel.i686 package on Fedora 36

Last metadata expiration check: 2:21:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : sparsehash-devel
Version : 2.0.3
Release : 6.fc36
Architecture : i686
Size : 83 k
Source : sparsehash-2.0.3-6.fc36.src.rpm
Repository : fedora
Summary : Extremely memory-efficient C++ hash_map implementation
URL : http://code.google.com/p/sparsehash
License : BSD
Description : The Google SparseHash project contains several C++ template hash-map
: implementations with different performance characteristics, including
: an implementation that optimizes for space and one that optimizes for
: speed.