How to Install and Uninstall perl-Math-Prime-XS.x86_64 Package on Fedora 35

Last updated: July 04,2024

1. Install "perl-Math-Prime-XS.x86_64" package

Please follow the step by step instructions below to install perl-Math-Prime-XS.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Math-Prime-XS.x86_64

2. Uninstall "perl-Math-Prime-XS.x86_64" package

This guide let you learn how to uninstall perl-Math-Prime-XS.x86_64 on Fedora 35:

$ sudo dnf remove perl-Math-Prime-XS.x86_64 $ sudo dnf autoremove

3. Information about the perl-Math-Prime-XS.x86_64 package on Fedora 35

Last metadata expiration check: 2:08:00 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Math-Prime-XS
Version : 0.27
Release : 17.fc35
Architecture : x86_64
Size : 27 k
Source : perl-Math-Prime-XS-0.27-17.fc35.src.rpm
Repository : fedora
Summary : Detect and calculate prime numbers with deterministic tests
URL : https://metacpan.org/release/Math-Prime-XS
License : GPL+ or Artistic
Description : Math::Prime::XS detects and calculates prime numbers by either applying
: Modulo operator division, the Sieve of Eratosthenes, a Summation
: calculation or Trial division.