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

Last updated: November 28,2024

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

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

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

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

Please follow the steps below to uninstall perl-Math-NumSeq.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:24:09 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Math-NumSeq
Version : 75
Release : 1.fc35
Architecture : noarch
Size : 557 k
Source : perl-Math-NumSeq-75-1.fc35.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.