How To Install perl-Algorithm-Combinatorics on Fedora 36

In this tutorial we learn how to install perl-Algorithm-Combinatorics in Fedora 36. perl-Algorithm-Combinatorics is Efficient generation of combinatorial sequences

Introduction

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

What is perl-Algorithm-Combinatorics

Algorithm sequences. Algorithms are selected from the literature. Iterators do not use recursion, nor stacks, and are written in C.

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

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

sudo dnf -y install perl-Algorithm-Combinatorics

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

sudo yum -y install perl-Algorithm-Combinatorics

How To Uninstall perl-Algorithm-Combinatorics on Fedora 36

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

sudo dnf remove perl-Algorithm-Combinatorics

perl-Algorithm-Combinatorics Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/5c442fce0e949c7455de1bf4a9ec1bb314fbe7
/usr/lib64/perl5/vendor_perl/Algorithm
/usr/lib64/perl5/vendor_perl/Algorithm/Combinatorics.pm
/usr/lib64/perl5/vendor_perl/auto/Algorithm
/usr/lib64/perl5/vendor_perl/auto/Algorithm/Combinatorics
/usr/lib64/perl5/vendor_perl/auto/Algorithm/Combinatorics/Combinatorics.so
/usr/share/doc/perl-Algorithm-Combinatorics
/usr/share/doc/perl-Algorithm-Combinatorics/Changes
/usr/share/doc/perl-Algorithm-Combinatorics/README
/usr/share/doc/perl-Algorithm-Combinatorics/benchmarks
/usr/share/doc/perl-Algorithm-Combinatorics/benchmarks/combinations.pl
/usr/share/doc/perl-Algorithm-Combinatorics/benchmarks/derangements.pl
/usr/share/doc/perl-Algorithm-Combinatorics/benchmarks/permutations.pl
/usr/share/doc/perl-Algorithm-Combinatorics/benchmarks/subsets.pl
/usr/share/man/man3/Algorithm::Combinatorics.3pm.gz

References

Summary

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