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

Introduction

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

title: “How To Install globus-callout on Fedora 36”

What is globus-callout

linkTitle: “globus-callout” type: “docs”

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-callout package contains Globus Callout Library - provides a platform independent way of dealing with runtime loadable functions.

description: “In this tutorial we learn how to install globus-callout in Fedora 36. globus-callout is Grid Community Toolkit - Globus Callout Library” date: “2022-08-17” We can use yum or dnf to install globus-callout on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install globus-callout. lastmod: “2022-08-17”

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

Install globus-callout on Fedora 36 Using dnf


Introduction

Update yum database with dnf using the following command.

In this tutorial we learn how to install `globus-callout` on Fedora 36.
sudo dnf makecache --refresh

What is globus-callout

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

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-callout package contains Globus Callout Library - provides a platform independent way of dealing with runtime loadable functions.

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

Install globus-callout on Fedora 36 Using yum

Install globus-callout on Fedora 36 Using dnf

Update yum database with yum using the following command. Update yum database with dnf using the following command.

```bash
sudo yum makecache --refresh
sudo dnf makecache --refresh

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

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

```bash
```bash
sudo yum -y install globus-callout
sudo dnf -y install globus-callout
## How To Uninstall globus-callout on Fedora 36


## Install globus-callout on Fedora 36 Using yum
To uninstall only the `globus-callout` package we can use the following command:


Update yum database with `yum` using the following command.
```bash

sudo dnf remove globus-callout
```bash

sudo yum makecache –refresh

## globus-callout Package Contents on Fedora 36


```bash
After updating yum database, We can install `globus-callout` using `yum` by running the following command:

```bash
sudo yum -y install globus-callout

How To Uninstall globus-callout on Fedora 36

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

sudo dnf remove globus-callout

globus-callout Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/8647fa74049e03f13c46c0be1b8b770fcf88bd
/usr/lib/libglobus_callout.so.0
/usr/lib/libglobus_callout.so.0.4.3
/usr/share/doc/globus-callout
/usr/share/doc/globus-callout/README
/usr/share/licenses/globus-callout
/usr/share/licenses/globus-callout/GLOBUS_LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/0b88a2c8ec59895c1b7b218c3272e53d9dc821
/usr/lib64/libglobus_callout.so.0
/usr/lib64/libglobus_callout.so.0.4.3
/usr/share/doc/globus-callout
/usr/share/doc/globus-callout/README
/usr/share/licenses/globus-callout
/usr/share/licenses/globus-callout/GLOBUS_LICENSE

References

Summary

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


## References

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

## Summary

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