How to Install and Uninstall libfrozen-dev Package on Kali Linux

Last updated: November 22,2024

1. Install "libfrozen-dev" package

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

$ sudo apt update $ sudo apt install libfrozen-dev

2. Uninstall "libfrozen-dev" package

Learn how to uninstall libfrozen-dev on Kali Linux:

$ sudo apt remove libfrozen-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfrozen-dev package on Kali Linux

Package: libfrozen-dev
Source: frozen
Version: 1.1.1-3
Installed-Size: 114
Maintainer: Rene Engelhard
Architecture: all
Size: 17600
SHA256: 348e7ac73d0c59d3e5421cd8381ddfd2bbbb9f52540fb6d71ea5975b57f8dea0
SHA1: d78eb29ed7300394821fc343ac409f4559b8d44d
MD5sum: 37533d6272acb7424bad8b4863b60693
Description: library for immutable and fixed-size containers
Header-only library that provides 0 cost initialization for immutable
containers, fixed-size containers, and various algorithms.
.
Frozen provides:
.
- immutable (a.k.a. frozen), constexpr-compatible versions of std::set,
std::unordered_set, std::map and std::unordered_map.
- fixed-capacity, constinit-compatible versions of std::map and
std::unordered_map with immutable, compile-time selected keys mapped to
mutable values.
- 0-cost initialization version of std::search for frozen needles using
Boyer-Moore or Knuth-Morris-Pratt algorithms.
.
The unordered_* containers are guaranteed perfect (a.k.a. no hash collision)
and the extra storage is linear with respect to the number of keys.
.
Once initialized, the container keys cannot be updated, and in exchange,
lookups are faster.
.
This package contains the necessary headers.
Description-md5:
Homepage: https://github.com/serge-sans-paille/frozen
Section: libdevel
Priority: optional
Filename: pool/main/f/frozen/libfrozen-dev_1.1.1-3_all.deb