How to Install and Uninstall golang-github-schollz-closestmatch-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "golang-github-schollz-closestmatch-dev" package

This tutorial shows how to install golang-github-schollz-closestmatch-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-schollz-closestmatch-dev

2. Uninstall "golang-github-schollz-closestmatch-dev" package

Please follow the instructions below to uninstall golang-github-schollz-closestmatch-dev on Kali Linux:

$ sudo apt remove golang-github-schollz-closestmatch-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-schollz-closestmatch-dev package on Kali Linux

Package: golang-github-schollz-closestmatch-dev
Source: golang-github-schollz-closestmatch
Version: 2.1.0-3
Installed-Size: 1247
Maintainer: Debian Go Packaging Team
Architecture: all
Size: 382728
SHA256: 02e8b633b36159477b0a7cf194ef51c191c22501e14e7ababc299a3dfcd09b21
SHA1: 594eebd0cbb3eb522b88cea8b2986b256d95be27
MD5sum: 57c17d6dbf8e99ffb671a33dbb6ad99e
Description: Golang library for fuzzy matching within a set of strings
Closestmatch is a simple and fast Go library for fuzzy matching an
input string to a list of target strings. closestmatch is useful for
handling input from a user where the input (which could be misspelled or
out of order) needs to match a key in a database. closestmatch uses a
bag-of-words approach (https://en.wikipedia.org/wiki/Bag-of-words_model)
to precompute character n-grams to represent each possible target
string. The closest matches have highest overlap between the sets of
n-grams. The precomputation scales well and is much faster and more
accurate than Levenshtein for long strings.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/schollz/closestmatch
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-schollz-closestmatch/golang-github-schollz-closestmatch-dev_2.1.0-3_all.deb