How To Install tsl-sparse-map-devel on Fedora 36
Introduction
In this tutorial we learn how to install tsl-sparse-map-devel on Fedora 36.
What is tsl-sparse-map-devel
The sparse-map library is a C++ implementation of a memory efficient hash map and hash set. It uses open-addressing with sparse quadratic probing. The goal of the library is to be the most memory efficient possible, even at low load factor, while keeping reasonable performances.
We can use yum or dnf to install tsl-sparse-map-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tsl-sparse-map-devel.
Install tsl-sparse-map-devel on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install tsl-sparse-map-devel using dnf by running the following command:
sudo dnf -y install tsl-sparse-map-devel
Install tsl-sparse-map-devel on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
---
title: “How To Install tsl-sparse-map-devel on Fedora 36”
linkTitle: “tsl-sparse-map-devel”
After updating yum database, We can install tsl-sparse-map-devel using yum by running the following command:
type: “docs”
description: "In this tutorial we learn how to install tsl-sparse-map-devel in Fedora 36. tsl-sparse-map-devel is C++ implementation of a memory efficient hash map and hash set"
sudo yum -y install tsl-sparse-map-devel
How To Uninstall tsl-sparse-map-devel on Fedora 36
date: “2022-08-17”
To uninstall only the tsl-sparse-map-devel package we can use the following command:
lastmod: “2022-08-17”
#image: /images/fedora/36/tsl-sparse-map-devel-featured.png
sudo dnf remove tsl-sparse-map-devel
---
Introduction
tsl-sparse-map-devel Package Contents on Fedora 36
In this tutorial we learn how to install tsl-sparse-map-devel on Fedora 36.
### What is `tsl-sparse-map-devel`
> The sparse-map library is a C++ implementation of a memory efficient hash map and hash set. It uses open-addressing with sparse quadratic probing. The goal of the library is to be the most memory efficient possible, even at low load factor, while keeping reasonable performances.
We can use `yum` or `dnf` to install `tsl-sparse-map-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tsl-sparse-map-devel.
## Install tsl-sparse-map-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install tsl-sparse-map-devel using dnf by running the following command:
sudo dnf -y install tsl-sparse-map-devel
Install tsl-sparse-map-devel on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install tsl-sparse-map-devel using yum by running the following command:
sudo yum -y install tsl-sparse-map-devel
How To Uninstall tsl-sparse-map-devel on Fedora 36
To uninstall only the tsl-sparse-map-devel package we can use the following command:
sudo dnf remove tsl-sparse-map-devel
tsl-sparse-map-devel Package Contents on Fedora 36
/usr/include/tsl
/usr/include/tsl/sparse_growth_policy.h
/usr/include/tsl/sparse_hash.h
/usr/include/tsl/sparse_map.h
/usr/include/tsl/sparse_set.h
/usr/share/cmake/tsl-sparse-map
/usr/share/cmake/tsl-sparse-map/tsl-sparse-mapConfig.cmake
/usr/share/cmake/tsl-sparse-map/tsl-sparse-mapConfigVersion.cmake
/usr/share/cmake/tsl-sparse-map/tsl-sparse-mapTargets.cmake
/usr/share/doc/tsl-sparse-map-devel
/usr/share/doc/tsl-sparse-map-devel/README.md
/usr/share/licenses/tsl-sparse-map-devel
/usr/share/licenses/tsl-sparse-map-devel/LICENSE
References
Summary
In this tutorial we learn how to install tsl-sparse-map-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/tsl /usr/include/tsl/sparse_growth_policy.h /usr/include/tsl/sparse_hash.h /usr/include/tsl/sparse_map.h /usr/include/tsl/sparse_set.h /usr/share/cmake/tsl-sparse-map /usr/share/cmake/tsl-sparse-map/tsl-sparse-mapConfig.cmake /usr/share/cmake/tsl-sparse-map/tsl-sparse-mapConfigVersion.cmake /usr/share/cmake/tsl-sparse-map/tsl-sparse-mapTargets.cmake /usr/share/doc/tsl-sparse-map-devel /usr/share/doc/tsl-sparse-map-devel/README.md /usr/share/licenses/tsl-sparse-map-devel /usr/share/licenses/tsl-sparse-map-devel/LICENSE
## References
* [tsl-sparse-map-devel website](https://github.com/Tessil/sparse-map)
## Summary
In this tutorial we learn how to install `tsl-sparse-map-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).