How to Install and Uninstall sparsehash-devel.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 04,2024

1. Install "sparsehash-devel.x86_64" package

Please follow the instructions below to install sparsehash-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install sparsehash-devel.x86_64

2. Uninstall "sparsehash-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall sparsehash-devel.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove sparsehash-devel.x86_64 $ sudo dnf autoremove

3. Information about the sparsehash-devel.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:48 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : sparsehash-devel
Version : 2.0.3
Release : 6.el9
Architecture : x86_64
Size : 83 k
Source : sparsehash-2.0.3-6.el9.src.rpm
Repository : epel
Summary : Extremely memory-efficient C++ hash_map implementation
URL : http://code.google.com/p/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.