How To Install globus-gram-audit on Rocky Linux 8
Introduction
In this tutorial we learn how to install globus-gram-audit
on Rocky Linux 8.
What is globus-gram-audit
The Grid Community Toolkit (GCT) is an open source software toolkit used for building grid systems and applications. It is a fork of the Globus Toolkit originally created by the Globus Alliance. It is supported by the Grid Community Forum (GridCF) that provides community-based support for core software packages in grid computing. The globus-gram-audit package contains GRAM Jobmanager Auditing
We can use yum
or dnf
to install globus-gram-audit
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install globus-gram-audit.
Install globus-gram-audit on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install globus-gram-audit
using dnf
by running the following command:
sudo dnf -y install globus-gram-audit
Install globus-gram-audit on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install globus-gram-audit
using yum
by running the following command:
sudo yum -y install globus-gram-audit
How To Uninstall globus-gram-audit on Rocky Linux 8
To uninstall only the globus-gram-audit
package we can use the following command:
sudo dnf remove globus-gram-audit
globus-gram-audit Package Contents on Rocky Linux 8
/etc/cron.hourly/globus-gram-audit
/etc/globus
/etc/globus/gram-audit.conf
/usr/sbin/globus-gram-audit
/usr/share/doc/globus-gram-audit
/usr/share/doc/globus-gram-audit/README
/usr/share/globus
/usr/share/globus/gram-audit
/usr/share/globus/gram-audit/audit-Pg-1-1TG.sql
/usr/share/globus/gram-audit/audit-Pg-1.sql
/usr/share/globus/gram-audit/audit-Pg-1TG.sql
/usr/share/globus/gram-audit/audit-SQLite-1-1TG.sql
/usr/share/globus/gram-audit/audit-SQLite-1.sql
/usr/share/globus/gram-audit/audit-SQLite-1TG.sql
/usr/share/globus/gram-audit/audit-mysql-1-1TG.sql
/usr/share/globus/gram-audit/audit-mysql-1.sql
/usr/share/globus/gram-audit/audit-mysql-1TG.sql
/usr/share/licenses/globus-gram-audit
/usr/share/licenses/globus-gram-audit/GLOBUS_LICENSE
/usr/share/man/man8/globus-gram-audit.8.gz
/var/lib/globus
/var/lib/globus/gram-audit
References
Summary
In this tutorial we learn how to install globus-gram-audit
on Rocky Linux 8 using yum and dnf.