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

Last updated: September 29,2024

1. Install "gau2grid.i686" package

This guide covers the steps necessary to install gau2grid.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gau2grid.i686

2. Uninstall "gau2grid.i686" package

Here is a brief guide to show you how to uninstall gau2grid.i686 on Fedora 34:

$ sudo dnf remove gau2grid.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:27:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : gau2grid
Version : 1.3.1
Release : 8.fc34
Architecture : i686
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.