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

Last updated: October 02,2024

1. Install "mingw64-sparsehash.noarch" package

In this section, we are going to explain the necessary steps to install mingw64-sparsehash.noarch on Fedora 38

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

2. Uninstall "mingw64-sparsehash.noarch" package

Please follow the guidance below to uninstall mingw64-sparsehash.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:29:13 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : mingw64-sparsehash
Version : 2.0.3
Release : 8.fc38
Architecture : noarch
Size : 64 k
Source : mingw-sparsehash-2.0.3-8.fc38.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.