How to Install and Uninstall mingw32-sparsehash.noarch Package on Fedora 36

Last updated: October 16,2024

1. Install "mingw32-sparsehash.noarch" package

This guide let you learn how to install mingw32-sparsehash.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install mingw32-sparsehash.noarch

2. Uninstall "mingw32-sparsehash.noarch" package

Please follow the instructions below to uninstall mingw32-sparsehash.noarch on Fedora 36:

$ sudo dnf remove mingw32-sparsehash.noarch $ sudo dnf autoremove

3. Information about the mingw32-sparsehash.noarch package on Fedora 36

Last metadata expiration check: 1:42:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : mingw32-sparsehash
Version : 2.0.3
Release : 5.fc36
Architecture : noarch
Size : 58 k
Source : mingw-sparsehash-2.0.3-5.fc36.src.rpm
Repository : fedora
Summary : MinGW Extremely memory-efficient C++ hash_map implementation
URL : https://github.com/sparsehash/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.