How to Install and Uninstall perl-Algorithm-Combinatorics.x86_64 Package on Rocky Linux 9

Last updated: June 02,2024

1. Install "perl-Algorithm-Combinatorics.x86_64" package

This guide covers the steps necessary to install perl-Algorithm-Combinatorics.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Algorithm-Combinatorics.x86_64

2. Uninstall "perl-Algorithm-Combinatorics.x86_64" package

Learn how to uninstall perl-Algorithm-Combinatorics.x86_64 on Rocky Linux 9:

$ sudo dnf remove perl-Algorithm-Combinatorics.x86_64 $ sudo dnf autoremove

3. Information about the perl-Algorithm-Combinatorics.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:00:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Algorithm-Combinatorics
Version : 0.27
Release : 23.el9
Architecture : x86_64
Size : 36 k
Source : perl-Algorithm-Combinatorics-0.27-23.el9.src.rpm
Repository : epel
Summary : Efficient generation of combinatorial sequences
URL : https://metacpan.org/release/Algorithm-Combinatorics
License : GPL+ or Artistic
Description : Algorithm::Combinatorics is an efficient generator of combinatorial
: sequences. Algorithms are selected from the literature. Iterators do
: not use recursion, nor stacks, and are written in C.