How to Install and Uninstall primecount.x86_64 Package on Fedora 35

Last updated: May 13,2024

1. Install "primecount.x86_64" package

Here is a brief guide to show you how to install primecount.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install primecount.x86_64

2. Uninstall "primecount.x86_64" package

Here is a brief guide to show you how to uninstall primecount.x86_64 on Fedora 35:

$ sudo dnf remove primecount.x86_64 $ sudo dnf autoremove

3. Information about the primecount.x86_64 package on Fedora 35

Last metadata expiration check: 2:35:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : primecount
Version : 7.2
Release : 1.fc35
Architecture : x86_64
Size : 42 k
Source : primecount-7.2-1.fc35.src.rpm
Repository : updates
Summary : Fast prime counting function implementation
URL : https://github.com/kimwalisch/primecount/
License : BSD
Description : Primecount is a command-line program and C++ library that counts the
: primes below an integer x<=10**31 using highly optimized implementations
: of the combinatorial prime counting algorithms.
:
: Primecount includes implementations of all important combinatorial prime
: counting algorithms known up to this date all of which have been
: parallelized using OpenMP. Primecount contains the first ever open
: source implementations of the Deleglise-Rivat algorithm and Xavier
: Gourdon's algorithm (that works). Primecount also features a novel load
: balancer that is shared amongst all implementations and that scales up
: to hundreds of CPU cores. Primecount has already been used to compute
: several world records e.g. pi(10**27)
: (http://www.mersenneforum.org/showthread.php?t=20473) and
: nth_prime(10**24) (https://oeis.org/A006988).