How to Install and Uninstall robin-map-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 15,2024

1. Install "robin-map-dev" package

Here is a brief guide to show you how to install robin-map-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "robin-map-dev" package

Please follow the guidance below to uninstall robin-map-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the robin-map-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: robin-map-dev
Architecture: all
Version: 0.6.3-1
Multi-Arch: foreign
Priority: optional
Section: universe/libdevel
Source: robin-map
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Matteo F. Vescovi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 141
Filename: pool/universe/r/robin-map/robin-map-dev_0.6.3-1_all.deb
Size: 25316
MD5sum: 52505a93eb2c0bae761949be91ac2a43
SHA1: f4ea795130b26d35f957eb0890a9cdba2e488fe5
SHA256: 98523e62fd66bd48586df306a5cf5d5e7da01b2ed1abec45e1aeaf938b54503c
SHA512: 52e9ecebb1793417a4d62d3eca7cc6ac6350734496a4ec395e812d564bb499e5e7fc5335a008448281bcdc82209cacfda3acee05414f8c98e841334f864d7ef3
Homepage: https://github.com/Tessil/robin-map
Description-en: 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: 91d9fedfb4838854cc2cfb09a0bd07bf