How to Install and Uninstall ruby-levenshtein Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 30,2024

1. Install "ruby-levenshtein" package

Please follow the instructions below to install ruby-levenshtein on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-levenshtein

2. Uninstall "ruby-levenshtein" package

Please follow the instructions below to uninstall ruby-levenshtein on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-levenshtein package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-levenshtein
Architecture: amd64
Version: 0.2.2-2build9
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 43
Depends: libc6 (>= 2.2.5), libruby2.7 (>= 2.7.0-4), ruby (>= 1:2.7~0), ruby (<< 1:2.8~)
Filename: pool/universe/r/ruby-levenshtein/ruby-levenshtein_0.2.2-2build9_amd64.deb
Size: 7112
MD5sum: a10dae4c360c1e24e6ad7986c6fee39c
SHA1: 02818efb09fc83cf3943277bf0aa438845877d07
SHA256: cf5c68dfc8c1392f98781abebea32e8a028d9d49fb7b0f11b42330d06d554a83
SHA512: 1e9d94eae917b41e64d30ce0b3bf24d5c85f747804446aaf462f6ede5d1fb04ec77ac0c74d436a96b7b07329e54751b4e44cd534c424a59dc31c6a932e25aa8c
Homepage: http://www.erikveen.dds.nl/levenshtein/index.html
Description-en: 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: cc4585abd0fabed13870bc529f1da96d
Ruby-Versions: ruby2.7