How to Install and Uninstall robin-map-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "robin-map-dev" package

In this section, we are going to explain the necessary steps to install robin-map-dev on Kali Linux

$ sudo apt update $ sudo apt install robin-map-dev

2. Uninstall "robin-map-dev" package

Please follow the step by step instructions below to uninstall robin-map-dev on Kali Linux:

$ sudo apt remove robin-map-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the robin-map-dev package on Kali Linux

Package: robin-map-dev
Source: robin-map
Version: 1.2.1-1
Installed-Size: 148
Maintainer: Matteo F. Vescovi
Architecture: all
Size: 28724
SHA256: 11b988a540a1089df540db7111a5dba820954f867f2beead0c2b62ae3297fd64
SHA1: 14d51b7e7fbe33557d141d9848129354f0c0d481
MD5sum: 9fce446225a2f7f7140c05cf27bbc01b
Description: C++ implementation of a fast hash map and hash set
The robin-map library is a C++ implementation of a fast hash map and
hash set using open-addressing and linear robin hood hashing with
backward shift deletion to resolve collisions.
.
Four classes are provided: tsl::robin_map, tsl::robin_set,
tsl::robin_pg_map and tsl::robin_pg_set.
The first two are faster and use a power of two growth policy,
the last two use a prime growth policy instead and are able to cope
better with a poor hash function.
Use the prime version if there is a chance of repeating patterns in
the lower bits of your hash (e.g. you are storing pointers with an
identity hash function).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Tessil/robin-map
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/r/robin-map/robin-map-dev_1.2.1-1_all.deb