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

Last updated: October 11,2024

1. Install "elpa.x86_64" package

This tutorial shows how to install elpa.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install elpa.x86_64

2. Uninstall "elpa.x86_64" package

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

$ sudo dnf remove elpa.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:29:55 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : elpa
Version : 2021.05.002
Release : 2.fc35
Architecture : x86_64
Size : 565 k
Source : elpa-2021.05.002-2.fc35.src.rpm
Repository : fedora
Summary : High-performance library for parallel solution of eigenvalue problems
URL : https://elpa.mpcdf.mpg.de/software
License : LGPLv3+
Description : ELPA is a Fortran-based high-performance computational library for the
: (massively) parallel solution of symmetric or Hermitian, standard or generalized
: eigenvalue problems.
:
: This is the kind of eigenvalue problem which is frequently encountered in
: Electronic Structure Theory (solution of Schrödinger's Equation or variants
: thereof), but also in many other fields. Typically, the solution effort scales
: as O(size^3), where "size" is a measure of the system size, for example the
: dimension of the associated matrices or the number of required
: eigenvalue/eigenvector pairs (less than or equal to the matrix dimension). Thus,
: an algebraically exact solution of the eigenproblem may quickly become the
: bottleneck in a practical application.