How to Install and Uninstall libint2-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "libint2-dev" package

Here is a brief guide to show you how to install libint2-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libint2-dev

2. Uninstall "libint2-dev" package

In this section, we are going to explain the necessary steps to uninstall libint2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libint2-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libint2-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libint2-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 21731
Maintainer: Ubuntu Developers
Original-Maintainer: Debichem Team
Architecture: amd64
Source: libint2
Version: 2.1.0~beta2-2
Depends: libint2-2 (= 2.1.0~beta2-2)
Filename: pool/universe/libi/libint2/libint2-dev_2.1.0~beta2-2_amd64.deb
Size: 3637268
MD5sum: 915fa8f17512395b6937764ccd22a693
SHA1: 79cdb387071f34bf04ecfd7c6fe5c515cfad30bb
SHA256: 2625ad3076c007a67834eb9eb67622a86e4af62f360106b638535945642f37ca
Description-en: Computation Chemistry Integral Evaluation Library (development files)
The Libint2 library is used to evaluate the traditional (electron
repulsion) and certain novel two-body matrix elements (integrals) over
Cartesian Gaussian functions used in modern atomic and molecular
theory. The idea of the library is to let computer write optimized
code for computing such integrals. There are two primary advantages to
this: much less human effort is required to write code for computing
new integrals, and code can be optimized specifically for a particular
computer architecture (e.g., vector processor).
.
Libint2 has been utilized to implement methods such as Hartree-Fock
(HF) and Kohn-Sham density functional theory (KS DFT), second-order
Moeller-Plesset perturbation theory (MP2), coupled cluster singles and
doubles (CCSD) method, as well as explicitly correlated R12 methods.
.
This package contains the static library and header files.
Description-md5: 44c4a463724d8dab7cd843a07c0ff0f5
Homepage: https://github.com/evaleev/libint
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu