How to Install and Uninstall rubygem-levenshtein.x86_64 Package on Fedora 36

Last updated: January 10,2025

1. Install "rubygem-levenshtein.x86_64" package

Learn how to install rubygem-levenshtein.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-levenshtein.x86_64

2. Uninstall "rubygem-levenshtein.x86_64" package

This is a short guide on how to uninstall rubygem-levenshtein.x86_64 on Fedora 36:

$ sudo dnf remove rubygem-levenshtein.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-levenshtein.x86_64 package on Fedora 36

Last metadata expiration check: 4:58:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-levenshtein
Version : 0.2.2
Release : 29.fc36
Architecture : x86_64
Size : 17 k
Source : rubygem-levenshtein-0.2.2-29.fc36.src.rpm
Repository : fedora
Summary : Calculates the Levenshtein distance between two byte strings
URL : http://www.erikveen.dds.nl/levenshtein/doc/index.html
License : GPLv2
Description : Calculates the Levenshtein distance between two byte strings.
:
: 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.