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

Last updated: October 12,2024

1. Install "libint.i686" package

In this section, we are going to explain the necessary steps to install libint.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install libint.i686

2. Uninstall "libint.i686" package

This guide let you learn how to uninstall libint.i686 on Fedora 38:

$ sudo dnf remove libint.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 1:51:11 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : libint
Version : 1.2.1
Release : 17.fc38
Architecture : i686
Size : 29 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.