How To Install libderiv on Fedora 36
Introduction
In this tutorial we learn how to install libderiv
on Fedora 36.
What is libderiv
libderiv computes first and second derivatives of ERIs with respect to the coordinates of the basis function origin. This type of integrals are also very common in electronic structure theory, where they appear in analytic gradient expressions. The derivatives are typically used in the calculation of forces.
We can use yum
or dnf
to install libderiv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libderiv.
Install libderiv on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libderiv
using dnf
by running the following command:
sudo dnf -y install libderiv
Install libderiv on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libderiv
using yum
by running the following command:
sudo yum -y install libderiv
How To Uninstall libderiv on Fedora 36
To uninstall only the libderiv
package we can use the following command:
sudo dnf remove libderiv
libderiv Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/bf69cb18414d6d343e4115e38da24992ad8293
/usr/lib/libderiv-stable.so.1
/usr/lib/libderiv-stable.so.1.0.0
/usr/share/doc/libderiv
/usr/share/doc/libderiv/COPYING
/usr/share/doc/libderiv/COPYING.LESSER
/usr/share/doc/libderiv/LICENSE
References
Summary
In this tutorial we learn how to install libderiv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libderiv on Fedora 36” linkTitle: “libderiv” type: “docs” description: “In this tutorial we learn how to install libderiv in Fedora 36. libderiv is A library for computing derivatives of electron repulsion integrals” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libderiv-featured.png
Introduction
In this tutorial we learn how to install libderiv
on Fedora 36.
What is libderiv
libderiv computes first and second derivatives of ERIs with respect to the coordinates of the basis function origin. This type of integrals are also very common in electronic structure theory, where they appear in analytic gradient expressions. The derivatives are typically used in the calculation of forces.
We can use yum
or dnf
to install libderiv
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libderiv.
Install libderiv on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libderiv
using dnf
by running the following command:
sudo dnf -y install libderiv
Install libderiv on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libderiv
using yum
by running the following command:
sudo yum -y install libderiv
How To Uninstall libderiv on Fedora 36
To uninstall only the libderiv
package we can use the following command:
sudo dnf remove libderiv
libderiv Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/4fceedcef8cd7c8a023593459801103cdb9ce4
/usr/lib64/libderiv-stable.so.1
/usr/lib64/libderiv-stable.so.1.0.0
/usr/share/doc/libderiv
/usr/share/doc/libderiv/COPYING
/usr/share/doc/libderiv/COPYING.LESSER
/usr/share/doc/libderiv/LICENSE
References
Summary
In this tutorial we learn how to install libderiv
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).