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

Last updated: September 19,2024

1. Install "mingw32-sparsehash.noarch" package

Here is a brief guide to show you how to install mingw32-sparsehash.noarch on Fedora 34

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

2. Uninstall "mingw32-sparsehash.noarch" package

Please follow the step by step instructions below to uninstall mingw32-sparsehash.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:09:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : mingw32-sparsehash
Version : 2.0.3
Release : 3.fc34
Architecture : noarch
Size : 57 k
Source : mingw-sparsehash-2.0.3-3.fc34.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.