How to Install and Uninstall tsl-sparse-map-devel.i686 Package on Fedora 39

Last updated: November 27,2024

1. Install "tsl-sparse-map-devel.i686" package

Please follow the instructions below to install tsl-sparse-map-devel.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install tsl-sparse-map-devel.i686

2. Uninstall "tsl-sparse-map-devel.i686" package

Here is a brief guide to show you how to uninstall tsl-sparse-map-devel.i686 on Fedora 39:

$ sudo dnf remove tsl-sparse-map-devel.i686 $ sudo dnf autoremove

3. Information about the tsl-sparse-map-devel.i686 package on Fedora 39

Last metadata expiration check: 1:11:36 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : tsl-sparse-map-devel
Version : 0.6.2
Release : 6.fc39
Architecture : i686
Size : 36 k
Source : tsl-sparse-map-0.6.2-6.fc39.src.rpm
Repository : fedora
Summary : C++ implementation of a memory efficient hash map and hash set
URL : https://github.com/Tessil/sparse-map
License : MIT
Description : 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.