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

Last updated: July 03,2024

1. Install "libint.i686" package

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

$ sudo dnf update $ sudo dnf install libint.i686

2. Uninstall "libint.i686" package

Learn how to uninstall libint.i686 on Fedora 34:

$ sudo dnf remove libint.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 5:45:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : libint
Version : 1.2.1
Release : 13.fc34
Architecture : i686
Size : 29 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.