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

Last updated: October 05,2024

1. Install "gau2grid.x86_64" package

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

$ sudo dnf update $ sudo dnf install gau2grid.x86_64

2. Uninstall "gau2grid.x86_64" package

This guide let you learn how to uninstall gau2grid.x86_64 on Fedora 36:

$ sudo dnf remove gau2grid.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:42:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : gau2grid
Version : 1.3.1
Release : 8.fc36
Architecture : x86_64
Size : 83 k
Source : gau2grid-1.3.1-8.fc36.src.rpm
Repository : updates
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.