How To Install arpack on Fedora 36

In this tutorial we learn how to install arpack in Fedora 36. arpack is Fortran 77 subroutines for solving large scale eigenvalue problems

Introduction

In this tutorial we learn how to install arpack on Fedora 36.

What is arpack

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).

We can use yum or dnf to install arpack on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arpack.

Install arpack on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install arpack using dnf by running the following command:

sudo dnf -y install arpack

Install arpack on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install arpack using yum by running the following command:

sudo yum -y install arpack

How To Uninstall arpack on Fedora 36

To uninstall only the arpack package we can use the following command:

sudo dnf remove arpack

arpack Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/35949f96f6d94f125fc12cb04722e1551f7a15
/usr/lib/.build-id/af
/usr/lib/.build-id/af/6010d429046d14ebf3cf715827a9d0d9d73b74
/usr/lib64/libarpack.so.2
/usr/lib64/libarpack.so.2.1.0
/usr/lib64/libarpack64.so.2
/usr/lib64/libarpack64.so.2.1.0
/usr/share/doc/arpack
/usr/share/doc/arpack/CHANGES
/usr/share/doc/arpack/README.md
/usr/share/licenses/arpack
/usr/share/licenses/arpack/COPYING

References

Summary

In this tutorial we learn how to install arpack on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install arpack on Fedora 36” linkTitle: “arpack” type: “docs” description: “In this tutorial we learn how to install arpack in Fedora 36. arpack is Fortran 77 subroutines for solving large scale eigenvalue problems” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/arpack-featured.png

Introduction

In this tutorial we learn how to install arpack on Fedora 36.

What is arpack

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).

We can use yum or dnf to install arpack on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install arpack.

Install arpack on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install arpack using dnf by running the following command:

sudo dnf -y install arpack

Install arpack on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install arpack using yum by running the following command:

sudo yum -y install arpack

How To Uninstall arpack on Fedora 36

To uninstall only the arpack package we can use the following command:

sudo dnf remove arpack

arpack Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/1f3a99ac7885896d7caf7747474995938eeb92
/usr/lib/libarpack.so.2
/usr/lib/libarpack.so.2.1.0
/usr/share/doc/arpack
/usr/share/doc/arpack/CHANGES
/usr/share/doc/arpack/README.md
/usr/share/licenses/arpack
/usr/share/licenses/arpack/COPYING

References

Summary

In this tutorial we learn how to install arpack on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).