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

Last updated: October 08,2024

1. Install "gau2grid.i686" package

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

$ sudo dnf update $ sudo dnf install gau2grid.i686

2. Uninstall "gau2grid.i686" package

This guide covers the steps necessary to uninstall gau2grid.i686 on Fedora 38:

$ sudo dnf remove gau2grid.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:10:10 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : gau2grid
Version : 1.3.1
Release : 10.fc38
Architecture : i686
Size : 78 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.