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

Last updated: October 05,2024

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

Please follow the instructions below to install perl-Math-NumSeq.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 1:02:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Math-NumSeq
Version : 74
Release : 6.fc34
Architecture : noarch
Size : 559 k
Source : perl-Math-NumSeq-74-6.fc34.src.rpm
Repository : fedora
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.