How To Install mrchem-devel on Fedora 36

In this tutorial we learn how to install mrchem-devel in Fedora 36. mrchem-devel is Development headers and libraries for mrchem

Introduction

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

What is mrchem-devel

MRChem is a numerical real-space code for molecular electronic structure calculations within the self-consistent field (SCF) approximations of quantum chemistry (Hartree-Fock and Density Functional Theory). This package contains the development headers and libraries.

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

Install mrchem-devel 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 mrchem-devel using dnf by running the following command:

sudo dnf -y install mrchem-devel

Install mrchem-devel 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 mrchem-devel using yum by running the following command:

sudo yum -y install mrchem-devel

How To Uninstall mrchem-devel on Fedora 36

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

sudo dnf remove mrchem-devel

mrchem-devel Package Contents on Fedora 36

/usr/include/MRChem
/usr/include/MRChem/config.h
/usr/include/MRChem/driver.h
/usr/include/MRChem/mrchem.h
/usr/include/MRChem/mrenv.h
/usr/include/MRChem/parallel.h
/usr/include/MRChem/version.h
/usr/lib64/libmrchem.a

References

Summary

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


title: “How To Install mrchem-devel on Fedora 36” linkTitle: “mrchem-devel” type: “docs” description: “In this tutorial we learn how to install mrchem-devel in Fedora 36. mrchem-devel is Development headers and libraries for mrchem” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/mrchem-devel-featured.png

Introduction

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

What is mrchem-devel

MRChem is a numerical real-space code for molecular electronic structure calculations within the self-consistent field (SCF) approximations of quantum chemistry (Hartree-Fock and Density Functional Theory). This package contains the development headers and libraries.

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

Install mrchem-devel 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 mrchem-devel using dnf by running the following command:

sudo dnf -y install mrchem-devel

Install mrchem-devel 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 mrchem-devel using yum by running the following command:

sudo yum -y install mrchem-devel

How To Uninstall mrchem-devel on Fedora 36

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

sudo dnf remove mrchem-devel

mrchem-devel Package Contents on Fedora 36

/usr/include/MRChem
/usr/include/MRChem/config.h
/usr/include/MRChem/driver.h
/usr/include/MRChem/mrchem.h
/usr/include/MRChem/mrenv.h
/usr/include/MRChem/parallel.h
/usr/include/MRChem/version.h
/usr/lib/libmrchem.a

References

Summary

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