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

Last updated: May 19,2024

1. Install "gau2grid.x86_64" package

This is a short guide on how to install gau2grid.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install gau2grid.x86_64

2. Uninstall "gau2grid.x86_64" package

Please follow the steps below to uninstall gau2grid.x86_64 on Fedora 34:

$ sudo dnf remove gau2grid.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:44:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : gau2grid
Version : 1.3.1
Release : 8.fc34
Architecture : x86_64
Size : 76 k
Source : gau2grid-1.3.1-8.fc34.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.