How to Install and Uninstall nim-lapper-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "nim-lapper-dev" package

This guide covers the steps necessary to install nim-lapper-dev on Kali Linux

$ sudo apt update $ sudo apt install nim-lapper-dev

2. Uninstall "nim-lapper-dev" package

This is a short guide on how to uninstall nim-lapper-dev on Kali Linux:

$ sudo apt remove nim-lapper-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the nim-lapper-dev package on Kali Linux

Package: nim-lapper-dev
Source: nim-lapper
Version: 0.1.7-5
Installed-Size: 31
Maintainer: Debian Med Packaging Team
Architecture: all
Recommends: nim
Size: 7356
SHA256: c5c8f31e6c9f202db13b81c340ac7b2d75883bf0cf3f91cffa1fc793485b96fb
SHA1: d4e1ddce50898335b02c37c8b2658dd0ea760e03
MD5sum: 4c7e37b82357c115ccec631455dbb164
Description: simple, fast interval searches for nim
This package uses a binary search in a sorted list of intervals along
with knowledge of the longest interval. It works when the size of the
largest interval is smaller than the average distance between intervals.
As that ratio of largest-size::mean-distance increases, the performance
decreases. On realistic (for the author's use-case) data, this is 1000
times faster to query results and >5000 times faster to check for
presence than a brute-force method.
.
Lapper also has a special case `seek` method when queries are expected
to be in order. This method uses a cursor to indicate that start of the
last search and does a linear search from that cursor to find matching
intervals. This gives an additional 2-fold speedup over the `find`
method.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/brentp/nim-lapper
Section: science
Priority: optional
Filename: pool/main/n/nim-lapper/nim-lapper-dev_0.1.7-5_all.deb