How to Install and Uninstall primecount-libs.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "primecount-libs.i686" package

In this section, we are going to explain the necessary steps to install primecount-libs.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install primecount-libs.i686

2. Uninstall "primecount-libs.i686" package

In this section, we are going to explain the necessary steps to uninstall primecount-libs.i686 on Fedora 36:

$ sudo dnf remove primecount-libs.i686 $ sudo dnf autoremove

3. Information about the primecount-libs.i686 package on Fedora 36

Last metadata expiration check: 2:42:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : primecount-libs
Version : 7.3
Release : 1.fc36
Architecture : i686
Size : 130 k
Source : primecount-7.3-1.fc36.src.rpm
Repository : updates
Summary : C++ library for fast prime counting
URL : https://github.com/kimwalisch/primecount/
License : BSD
Description : This package contains a C++ library for counting primes below an
: integer. See the primecount package for a command line interface.