How to Install and Uninstall perl-String-Similarity.x86_64 Package on Amazon Linux 2

Last updated: May 14,2024

1. Install "perl-String-Similarity.x86_64" package

This guide covers the steps necessary to install perl-String-Similarity.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-String-Similarity.x86_64

2. Uninstall "perl-String-Similarity.x86_64" package

Please follow the guidelines below to uninstall perl-String-Similarity.x86_64 on Amazon Linux 2:

$ sudo yum remove perl-String-Similarity.x86_64 $ sudo yum autoremove

3. Information about the perl-String-Similarity.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-String-Similarity
Arch : x86_64
Version : 1.04
Release : 10.amzn2.0.2
Size : 22 k
Repo : amzn2-core/2/x86_64
Summary : Calculates the similarity of two strings
URL : http://search.cpan.org/dist/String-Similarity/
License : GPLv2+
Description : The similarity function calculates the similarity index of its two
: arguments. A value of 0 means that the strings are entirely
: different. A value of 1 means that the strings are identical.
: Everything else lies between 0 and 1 and describes the amount of
: similarity between the strings.