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

Last updated: October 08,2024

1. Install "mingw64-sparsehash.noarch" package

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

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

2. Uninstall "mingw64-sparsehash.noarch" package

Here is a brief guide to show you how to uninstall mingw64-sparsehash.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:52:18 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : mingw64-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.