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

Last updated: November 26,2024

1. Install "mingw64-sparsehash.noarch" package

This tutorial shows how to install mingw64-sparsehash.noarch on Fedora 35

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

2. Uninstall "mingw64-sparsehash.noarch" package

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

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

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

Last metadata expiration check: 1:35:49 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : mingw64-sparsehash
Version : 2.0.3
Release : 4.fc35
Architecture : noarch
Size : 57 k
Source : mingw-sparsehash-2.0.3-4.fc35.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.