How to Install and Uninstall gau2grid.x86_64 Package on Fedora 38

Last updated: September 24,2024

1. Install "gau2grid.x86_64" package

This tutorial shows how to install gau2grid.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install gau2grid.x86_64

2. Uninstall "gau2grid.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gau2grid.x86_64 on Fedora 38:

$ sudo dnf remove gau2grid.x86_64 $ sudo dnf autoremove

3. Information about the gau2grid.x86_64 package on Fedora 38

Last metadata expiration check: 0:00:45 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : gau2grid
Version : 1.3.1
Release : 10.fc38
Architecture : x86_64
Size : 84 k
Source : gau2grid-1.3.1-10.fc38.src.rpm
Repository : fedora
Summary : Fast computation of a gaussian function and its derivative on a grid
URL : https://github.com/dgasmith/gau2grid
License : BSD
Description : A collocation code for computing gaussians on a grid of the form:
: out_Lp = x^l y^m z^n \sum_i coeff_i e^(exponent_i * (|center - p|)^2)
:
: This version has been built with -DCARTESIAN_ORDER=row
: -DSPHERICAL_ORDER=gaussian for compatibility with psi4.