How To Install perl-Algorithm-FastPermute on Fedora 36

In this tutorial we learn how to install perl-Algorithm-FastPermute in Fedora 36. perl-Algorithm-FastPermute is Rapid generation of permutations

Introduction

In this tutorial we learn how to install perl-Algorithm-FastPermute on Fedora 36.

What is perl-Algorithm-FastPermute

Algorithm a block of code, which will be executed for each permutation. The array will be changed in place, and then changed back again before “permute” returns. During the execution of the callback, the array is read-only and you’ll get an error if you try to change its length.

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

Install perl-Algorithm-FastPermute 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-Algorithm-FastPermute using dnf by running the following command:

sudo dnf -y install perl-Algorithm-FastPermute

Install perl-Algorithm-FastPermute 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-Algorithm-FastPermute using yum by running the following command:

sudo yum -y install perl-Algorithm-FastPermute

How To Uninstall perl-Algorithm-FastPermute on Fedora 36

To uninstall only the perl-Algorithm-FastPermute package we can use the following command:

sudo dnf remove perl-Algorithm-FastPermute

perl-Algorithm-FastPermute Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/e166aa3b9321daa76c453a7d48d1f57d384b43
/usr/lib64/perl5/vendor_perl/Algorithm
/usr/lib64/perl5/vendor_perl/Algorithm/FastPermute.pm
/usr/lib64/perl5/vendor_perl/auto/Algorithm
/usr/lib64/perl5/vendor_perl/auto/Algorithm/FastPermute
/usr/lib64/perl5/vendor_perl/auto/Algorithm/FastPermute/FastPermute.so
/usr/share/doc/perl-Algorithm-FastPermute
/usr/share/doc/perl-Algorithm-FastPermute/Changes
/usr/share/doc/perl-Algorithm-FastPermute/README
/usr/share/doc/perl-Algorithm-FastPermute/perms.pl
/usr/share/man/man3/Algorithm::FastPermute.3pm.gz

References

Summary

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