How to Install and Uninstall elpa.i686 Package on Fedora 36

Last updated: November 24,2024

1. Install "elpa.i686" package

This tutorial shows how to install elpa.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install elpa.i686

2. Uninstall "elpa.i686" package

Learn how to uninstall elpa.i686 on Fedora 36:

$ sudo dnf remove elpa.i686 $ sudo dnf autoremove

3. Information about the elpa.i686 package on Fedora 36

Last metadata expiration check: 2:56:08 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : elpa
Version : 2021.05.002
Release : 3.fc36
Architecture : i686
Size : 530 k
Source : elpa-2021.05.002-3.fc36.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.