How to Install and Uninstall arpack.i686 Package on Fedora 34

Last updated: October 08,2024

1. Install "arpack.i686" package

Learn how to install arpack.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install arpack.i686

2. Uninstall "arpack.i686" package

This guide covers the steps necessary to uninstall arpack.i686 on Fedora 34:

$ sudo dnf remove arpack.i686 $ sudo dnf autoremove

3. Information about the arpack.i686 package on Fedora 34

Last metadata expiration check: 1:28:17 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : arpack
Version : 3.8.0
Release : 2.fc34
Architecture : i686
Size : 119 k
Source : arpack-3.8.0-2.fc34.src.rpm
Repository : updates
Summary : Fortran 77 subroutines for solving large scale eigenvalue problems
URL : https://github.com/opencollab/arpack-ng
License : BSD
Description : ARPACK is a collection of Fortran 77 subroutines designed to solve large
: scale eigenvalue problems.
:
: The package is designed to compute a few eigenvalues and corresponding
: eigenvectors of a general n by n matrix A. It is most appropriate for
: large sparse or structured matrices A where structured means that a
: matrix-vector product w <- Av requires order n rather than the usual
: order n**2 floating point operations. This software is based upon an
: algorithmic variant of the Arnoldi process called the Implicitly
: Restarted Arnoldi Method (IRAM).