How To Install elpa-devel on Fedora 36

In this tutorial we learn how to install elpa-devel in Fedora 36. elpa-devel is Development files for ELPA (non-MPI version)

title: “How To Install elpa-devel on Fedora 36”

Introduction

linkTitle: “elpa-devel”

type: “docs” In this tutorial we learn how to install elpa-devel on Fedora 36.

description: “In this tutorial we learn how to install elpa-devel in Fedora 36. elpa-devel is Development files for ELPA (non-MPI version)” date: “2022-08-17”

What is elpa-devel

lastmod: “2022-08-17”

ELPA is a Fortran-based high-performance computational library for the (massively) parallel solution of symmetric or Hermitian, standard or generalized eigenvalue problems. This package contains the development files for ELPA (non-MPI version).
#image: /images/fedora/36/elpa-devel-featured.png


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

Introduction

Install elpa-devel on Fedora 36 Using dnf

In this tutorial we learn how to install elpa-devel on Fedora 36.

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

What is elpa-devel

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

ELPA is a Fortran-based high-performance computational library for the (massively) parallel solution of symmetric or Hermitian, standard or generalized eigenvalue problems. This package contains the development files for ELPA (non-MPI version).


sudo dnf -y install elpa-devel

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

Install elpa-devel on Fedora 36 Using yum

Install elpa-devel on Fedora 36 Using dnf

Update yum database with yum using the following command. Update yum database with dnf using the following command.

```bash
sudo yum makecache --refresh
sudo dnf makecache --refresh


After updating yum database, We can install `elpa-devel` using `yum` by running the following command:
After updating yum database, We can install `elpa-devel` using `dnf` by running the following command:


```bash
```bash
sudo yum -y install elpa-devel
sudo dnf -y install elpa-devel
## How To Uninstall elpa-devel on Fedora 36


## Install elpa-devel on Fedora 36 Using yum
To uninstall only the `elpa-devel` package we can use the following command:


```bash
Update yum database with `yum` using the following command.
sudo dnf remove elpa-devel

sudo yum makecache --refresh
## elpa-devel Package Contents on Fedora 36
After updating yum database, We can install `elpa-devel` using `yum` by running the following command:

```bash
sudo yum -y install elpa-devel

How To Uninstall elpa-devel on Fedora 36

To uninstall only the elpa-devel package we can use the following command:

sudo dnf remove elpa-devel

elpa-devel Package Contents on Fedora 36

/usr/lib/gfortran/modules/elpa.mod
/usr/lib/gfortran/modules/elpa_api.mod
/usr/lib/gfortran/modules/elpa_api_openmp.mod
/usr/lib/gfortran/modules/elpa_constants.mod
/usr/lib/gfortran/modules/elpa_constants_openmp.mod
/usr/lib/gfortran/modules/elpa_openmp.mod
/usr/lib/libelpa.so
/usr/lib/libelpa_openmp.so
/usr/lib/pkgconfig/elpa-2021.05.002.pc
/usr/lib/pkgconfig/elpa_openmp-2021.05.002.pc

References

Summary

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

/usr/lib64/gfortran/modules/elpa.mod /usr/lib64/gfortran/modules/elpa_api.mod /usr/lib64/gfortran/modules/elpa_api_openmp.mod /usr/lib64/gfortran/modules/elpa_constants.mod /usr/lib64/gfortran/modules/elpa_constants_openmp.mod /usr/lib64/gfortran/modules/elpa_openmp.mod /usr/lib64/libelpa.so /usr/lib64/libelpa_openmp.so /usr/lib64/pkgconfig/elpa-2021.05.002.pc /usr/lib64/pkgconfig/elpa_openmp-2021.05.002.pc


## References

* [elpa-devel website](https://elpa.mpcdf.mpg.de/software)

## Summary

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