How to Install and Uninstall perl-Algorithm-Combinatorics.x86_64 Package on Oracle Linux 8

Last updated: October 08,2024

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

Please follow the step by step instructions below to install perl-Algorithm-Combinatorics.x86_64 on Oracle Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Algorithm-Combinatorics.x86_64 on Oracle Linux 8:

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

3. Information about the perl-Algorithm-Combinatorics.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:20:41 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Algorithm-Combinatorics
Version : 0.27
Release : 17.el8
Architecture : x86_64
Size : 36 k
Source : perl-Algorithm-Combinatorics-0.27-17.el8.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.