How to Install and Uninstall ruby-levenshtein Package on Kali Linux

Last updated: May 17,2024

1. Install "ruby-levenshtein" package

This guide let you learn how to install ruby-levenshtein on Kali Linux

$ sudo apt update $ sudo apt install ruby-levenshtein

2. Uninstall "ruby-levenshtein" package

Here is a brief guide to show you how to uninstall ruby-levenshtein on Kali Linux:

$ sudo apt remove ruby-levenshtein $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-levenshtein package on Kali Linux

Package: ruby-levenshtein
Source: ruby-levenshtein (0.2.2-3)
Version: 0.2.2-3+b2
Installed-Size: 44
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby | ruby-interpreter, libc6 (>= 2.2.5), libruby3.1 (>= 3.1.0~preview1), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 7612
SHA256: 2381266c506b476d21921027849bb1eeb0f1fea32ca5f74a876c5db68b464927
SHA1: acfc1e3394817ee93b8238a7341c06268eab6579
MD5sum: 8fc474c50f965c14afb5d278380a2814
Description: calculates the Levenshtein distance between two sequences
The Levenshtein distance is a metric for measuring the amount of difference
between two sequences (i.e., the so called edit distance). The Levenshtein
distance between two sequences is given by the minimum number of operations
needed to transform one sequence into the other, where an operation is an
insertion, deletion, or substitution of a single element.
.
This Ruby library can work on strings, arrays or any other objects provided
the sequences respond to :each and the objects to :hash and :eql?.
Description-md5:
Homepage: http://www.erikveen.dds.nl/levenshtein/index.html
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-levenshtein/ruby-levenshtein_0.2.2-3+b2_amd64.deb