How to Install and Uninstall ruby-levenshtein Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: March 14,2025
1. Install "ruby-levenshtein" package
This guide let you learn how to install ruby-levenshtein on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
ruby-levenshtein
Copied
2. Uninstall "ruby-levenshtein" package
Please follow the steps below to uninstall ruby-levenshtein on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
ruby-levenshtein
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the ruby-levenshtein package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: ruby-levenshtein
Priority: optional
Section: universe/ruby
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.2.2-2build6
Depends: libc6 (>= 2.2.5), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0)
Filename: pool/universe/r/ruby-levenshtein/ruby-levenshtein_0.2.2-2build6_amd64.deb
Size: 6728
MD5sum: a7689df96809dd938fca98d690e74298
SHA1: 74820fa9144ee0a5600c20f71a9e2ab242713b96
SHA256: e381888b31752b50438ed9c5a098b3681f01a2dfd7fc88dc64cfa4aa4238b686
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
Homepage: http://www.erikveen.dds.nl/levenshtein/index.html
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/ruby
Installed-Size: 36
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: amd64
Version: 0.2.2-2build6
Depends: libc6 (>= 2.2.5), libruby2.3 (>= 2.3.0~preview2), ruby (>= 1:2.3~0)
Filename: pool/universe/r/ruby-levenshtein/ruby-levenshtein_0.2.2-2build6_amd64.deb
Size: 6728
MD5sum: a7689df96809dd938fca98d690e74298
SHA1: 74820fa9144ee0a5600c20f71a9e2ab242713b96
SHA256: e381888b31752b50438ed9c5a098b3681f01a2dfd7fc88dc64cfa4aa4238b686
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
Homepage: http://www.erikveen.dds.nl/levenshtein/index.html
Ruby-Versions: ruby2.3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu