How to Install and Uninstall perl-Crypt-Primes.noarch Package on Fedora 34

Last updated: April 20,2024

1. Install "perl-Crypt-Primes.noarch" package

This guide covers the steps necessary to install perl-Crypt-Primes.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Crypt-Primes.noarch

2. Uninstall "perl-Crypt-Primes.noarch" package

This tutorial shows how to uninstall perl-Crypt-Primes.noarch on Fedora 34:

$ sudo dnf remove perl-Crypt-Primes.noarch $ sudo dnf autoremove

3. Information about the perl-Crypt-Primes.noarch package on Fedora 34

Last metadata expiration check: 1:56:20 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Crypt-Primes
Version : 0.50
Release : 42.fc34
Architecture : noarch
Size : 129 k
Source : perl-Crypt-Primes-0.50-42.fc34.src.rpm
Repository : fedora
Summary : Provable prime number generator for cryptographic applications
URL : https://metacpan.org/release/Crypt-Primes
License : GPL+ or Artistic
Description : This module implements Ueli Maurer's algorithm for generating large provable
: primes and secure parameters for public-key cryptosystems. The generated primes
: are almost uniformly distributed over the set of primes of the specified
: bitsize and expected time for generation is less than the time required for
: generating a pseudo-prime of the same size with Miller-Rabin tests. Detailed
: description and running time analysis of the algorithm can be found in Maurer's
: paper, "Fast Generation of Prime Numbers and Secure Public-Key Cryptographic
: Parameters" (1994).