How To Install libint on Fedora 36

In this tutorial we learn how to install libint in Fedora 36. libint is A library for computing electron repulsion integrals efficiently

Introduction

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

What is libint

LIBINT computes the Coulomb and exchange integrals, which in electronic structure theory are called electron repulsion integrals (ERIs). This is by far the most common type of integrals in molecular structure theory. LIBINT uses recursive schemes that originate in seminal Obara-Saika method and Head-Gordon and Pople’s variation thereof. The idea of LIBINT is to optimize computer implementation of such methods by implementing an optimizing compiler to generate automatically highly-specialized code that runs well on super-scalar architectures.

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

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

sudo dnf -y install libint

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

sudo yum -y install libint

How To Uninstall libint on Fedora 36

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

sudo dnf remove libint

libint Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/d3fd5b4286d2306c91e00e9a9032bfc622b1db
/usr/lib64/libint-stable.so.1
/usr/lib64/libint-stable.so.1.0.0
/usr/share/doc/libint
/usr/share/doc/libint/COPYING
/usr/share/doc/libint/COPYING.LESSER
/usr/share/doc/libint/LICENSE

References

Summary

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


title: “How To Install libint on Fedora 36” linkTitle: “libint” type: “docs” description: “In this tutorial we learn how to install libint in Fedora 36. libint is A library for computing electron repulsion integrals efficiently” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libint-featured.png

Introduction

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

What is libint

LIBINT computes the Coulomb and exchange integrals, which in electronic structure theory are called electron repulsion integrals (ERIs). This is by far the most common type of integrals in molecular structure theory. LIBINT uses recursive schemes that originate in seminal Obara-Saika method and Head-Gordon and Pople’s variation thereof. The idea of LIBINT is to optimize computer implementation of such methods by implementing an optimizing compiler to generate automatically highly-specialized code that runs well on super-scalar architectures.

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

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

sudo dnf -y install libint

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

sudo yum -y install libint

How To Uninstall libint on Fedora 36

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

sudo dnf remove libint

libint Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/6476226d1853fb2da820a18092d2556afbd884
/usr/lib/libint-stable.so.1
/usr/lib/libint-stable.so.1.0.0
/usr/share/doc/libint
/usr/share/doc/libint/COPYING
/usr/share/doc/libint/COPYING.LESSER
/usr/share/doc/libint/LICENSE

References

Summary

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