How To Install globus-gram-client on Fedora 36

title: “How To Install globus-gram-client on Fedora 36” description: “In this tutorial we learn how to install globus-gram-client in Fedora 36. globus-gram-client is Grid Community Toolkit - GRAM Client Library” linkTitle: “globus-gram-client” date: “2022-08-17” type: “docs” lastmod: “2022-08-17” description: “In this tutorial we learn how to install globus-gram-client in Fedora 36. globus-gram-client is Grid Community Toolkit - GRAM Client Library” #image: /images/fedora/36/globus-gram-client-featured.png date: “2022-08-17”

lastmod: “2022-08-17”

#image: /images/fedora/36/globus-gram-client-featured.png

Introduction


Introduction

In this tutorial we learn how to install globus-gram-client on Fedora 36.

In this tutorial we learn how to install globus-gram-client on Fedora 36.

What is globus-gram-client

What is globus-gram-client

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-client package contains GRAM Client Library

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-client package contains GRAM Client Library

We can use yum or dnf to install globus-gram-client on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install globus-gram-client. We can use yum or dnf to install globus-gram-client on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install globus-gram-client.

Install globus-gram-client on Fedora 36 Using dnf

Install globus-gram-client on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Update yum database with dnf using the following command.


sudo dnf makecache --refresh
```bash

sudo dnf makecache –refresh

After updating yum database, We can install `globus-gram-client` using `dnf` by running the following command:


```bash
After updating yum database, We can install `globus-gram-client` using `dnf` by running the following command:
sudo dnf -y install globus-gram-client

sudo dnf -y install globus-gram-client
## Install globus-gram-client on Fedora 36 Using yum

Update yum database with yum using the following command.

Install globus-gram-client on Fedora 36 Using yum


sudo yum makecache --refresh
Update yum database with `yum` using the following command.
After updating yum database, We can install `globus-gram-client` using `yum` by running the following command:
sudo yum makecache --refresh

sudo yum -y install globus-gram-client

After updating yum database, We can install globus-gram-client using yum by running the following command:

How To Uninstall globus-gram-client on Fedora 36

To uninstall only the `globus-gram-client` package we can use the following command:
sudo yum -y install globus-gram-client
sudo dnf remove globus-gram-client
## How To Uninstall globus-gram-client on Fedora 36

globus-gram-client Package Contents on Fedora 36

To uninstall only the globus-gram-client package we can use the following command:

```bash
sudo dnf remove globus-gram-client

globus-gram-client Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/3d4fd26abfb224092478abbbcd5f2917e92b96
/usr/lib/libglobus_gram_client.so.3
/usr/lib/libglobus_gram_client.so.3.11.4
/usr/share/doc/globus-gram-client
/usr/share/doc/globus-gram-client/README
/usr/share/licenses/globus-gram-client
/usr/share/licenses/globus-gram-client/GLOBUS_LICENSE

References

Summary

In this tutorial we learn how to install globus-gram-client on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/12 /usr/lib/.build-id/12/aeb80708c6981e92ec651be55db9820c07e77e /usr/lib64/libglobus_gram_client.so.3 /usr/lib64/libglobus_gram_client.so.3.11.4 /usr/share/doc/globus-gram-client /usr/share/doc/globus-gram-client/README /usr/share/licenses/globus-gram-client /usr/share/licenses/globus-gram-client/GLOBUS_LICENSE


## References

* [globus-gram-client website](https://github.com/gridcf/gct/)

## Summary

In this tutorial we learn how to install `globus-gram-client` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).