How To Install perl-List-Compare on Fedora 36

In this tutorial we learn how to install perl-List-Compare in Fedora 36. perl-List-Compare is Compare elements of two or more lists

Introduction

In this tutorial we learn how to install perl-List-Compare on Fedora 36.

What is perl-List-Compare

Advanced functionality to compare members of two or more lists.

We can use yum or dnf to install perl-List-Compare on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-List-Compare.

Install perl-List-Compare on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-List-Compare using dnf by running the following command:

sudo dnf -y install perl-List-Compare

Install perl-List-Compare on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-List-Compare using yum by running the following command:

sudo yum -y install perl-List-Compare

How To Uninstall perl-List-Compare on Fedora 36

To uninstall only the perl-List-Compare package we can use the following command:

sudo dnf remove perl-List-Compare

perl-List-Compare Package Contents on Fedora 36

/usr/share/doc/perl-List-Compare
/usr/share/doc/perl-List-Compare/Changes
/usr/share/doc/perl-List-Compare/FAQ
/usr/share/doc/perl-List-Compare/README
/usr/share/man/man3/List::Compare.3pm.gz
/usr/share/man/man3/List::Compare::Base::_Auxiliary.3pm.gz
/usr/share/man/man3/List::Compare::Base::_Engine.3pm.gz
/usr/share/man/man3/List::Compare::Functional.3pm.gz
/usr/share/perl5/vendor_perl/List
/usr/share/perl5/vendor_perl/List/Compare
/usr/share/perl5/vendor_perl/List/Compare.pm
/usr/share/perl5/vendor_perl/List/Compare/Base
/usr/share/perl5/vendor_perl/List/Compare/Base/_Auxiliary.pm
/usr/share/perl5/vendor_perl/List/Compare/Base/_Engine.pm
/usr/share/perl5/vendor_perl/List/Compare/Functional.pm

References

Summary

In this tutorial we learn how to install perl-List-Compare on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).