How to Install and Uninstall libint.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "libint.x86_64" package

This is a short guide on how to install libint.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install libint.x86_64

2. Uninstall "libint.x86_64" package

This tutorial shows how to uninstall libint.x86_64 on Fedora 34:

$ sudo dnf remove libint.x86_64 $ sudo dnf autoremove

3. Information about the libint.x86_64 package on Fedora 34

Last metadata expiration check: 3:52:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libint
Version : 1.2.1
Release : 13.fc34
Architecture : x86_64
Size : 30 M
Source : libint-1.2.1-13.fc34.src.rpm
Repository : fedora
Summary : A library for computing electron repulsion integrals efficiently
URL : http://sourceforge.net/p/libint
License : LGPLv3
Description : 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.