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

Last updated: October 14,2024

1. Install "libint.i686" package

This guide covers the steps necessary to install libint.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libint.i686

2. Uninstall "libint.i686" package

Here is a brief guide to show you how to uninstall libint.i686 on Fedora 39:

$ sudo dnf remove libint.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:19:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libint
Version : 1.2.1
Release : 18.fc39
Architecture : i686
Size : 29 M
Source : libint-1.2.1-18.fc39.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.