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

Last updated: October 02,2024

1. Install "libint.x86_64" package

This tutorial shows how to install libint.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install libint.x86_64

2. Uninstall "libint.x86_64" package

Please follow the guidelines below to uninstall libint.x86_64 on Fedora 38:

$ sudo dnf remove libint.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:01:17 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : libint
Version : 1.2.1
Release : 17.fc38
Architecture : x86_64
Size : 27 M
Source : libint-1.2.1-17.fc38.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.