How to Install and Uninstall perl-Math-NumSeq.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "perl-Math-NumSeq.noarch" package

Please follow the step by step instructions below to install perl-Math-NumSeq.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Math-NumSeq.noarch

2. Uninstall "perl-Math-NumSeq.noarch" package

This guide covers the steps necessary to uninstall perl-Math-NumSeq.noarch on Fedora 36:

$ sudo dnf remove perl-Math-NumSeq.noarch $ sudo dnf autoremove

3. Information about the perl-Math-NumSeq.noarch package on Fedora 36

Last metadata expiration check: 0:19:26 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Math-NumSeq
Version : 75
Release : 1.fc36
Architecture : noarch
Size : 557 k
Source : perl-Math-NumSeq-75-1.fc36.src.rpm
Repository : updates
Summary : Number sequences
URL : https://metacpan.org/release/Math-NumSeq
License : GPLv3+
Description : This package contains a base class for number sequences and a collection of
: its instances which implements various sequences like prime numbers or
: multiples of a constant. Sequence objects can iterate through values and some
: sequences have random access or a predicate test.