How to Install and Uninstall libtext-levenshteinxs-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: September 19,2024

1. Install "libtext-levenshteinxs-perl" package

Please follow the step by step instructions below to install libtext-levenshteinxs-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libtext-levenshteinxs-perl

2. Uninstall "libtext-levenshteinxs-perl" package

Please follow the step by step instructions below to uninstall libtext-levenshteinxs-perl on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libtext-levenshteinxs-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-levenshteinxs-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtext-levenshteinxs-perl
Architecture: amd64
Version: 0.03-4build9
Priority: optional
Section: perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 40
Depends: perl, perlapi-5.32.1, libc6 (>= 2.34)
Filename: pool/main/libt/libtext-levenshteinxs-perl/libtext-levenshteinxs-perl_0.03-4build9_amd64.deb
Size: 8588
MD5sum: 4e2589e948c54c500c69bcba051fdc01
SHA1: e2a9de71b3d0bf7f461507f95cd8a9c775d96f61
SHA256: 477d2fcb1696578b82221c4ed9bcc83cec6dda4d1756234f09d6c566d32dd416
SHA512: 85715fcb3ec27e556973cffa9ee13d8444b573be1cb91102598d30b3442f94303e018de93b9a76acfb26da265e72085fec37d1ac274ebf1d12c205e32be5308c
Homepage: https://metacpan.org/release/Text-LevenshteinXS
Description-en: XS implementation of the Levenshtein edit distance
Text::LevenshteinXS implements the Levenshtein edit distance in a XS way; this
should be much faster than the pure Perl implementation.
.
The Levenshtein edit distance is a measure of the degree of proximity between
two strings. This distance is the number of substitutions, deletions or
insertions ("edits") needed to transform one string into the other one (and
vice versa). When two strings have distance 0, they are the same.
Description-md5: 4e5d6a5d962ac3e1cc4935b2d73d7b35
Task: ubuntu-mate-core, ubuntu-mate-desktop