How To Install globus-io on Fedora 36
Introduction
In this tutorial we learn how to install globus-io
on Fedora 36.
What is globus-io
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-io package contains uniform I/O interface to stream and datagram style communications
We can use yum
or dnf
to install globus-io
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install globus-io.
Install globus-io on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install globus-io
using dnf
by running the following command:
sudo dnf -y install globus-io
Install globus-io on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install globus-io
using yum
by running the following command:
sudo yum -y install globus-io
title: “How To Install globus-io on Fedora 36” linkTitle: “globus-io” type: “docs” description: “In this tutorial we learn how to install globus-io in Fedora 36. globus-io is Grid Community Toolkit - uniform I/O interface” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/globus-io-featured.png
Introduction
In this tutorial we learn how to install globus-io
on Fedora 36.
What is globus-io
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-io package contains uniform I/O interface to stream and datagram style communications
We can use yum
or dnf
to install globus-io
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install globus-io.
Install globus-io on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install globus-io
using dnf
by running the following command:
sudo dnf -y install globus-io
Install globus-io on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install globus-io
using yum
by running the following command:
sudo yum -y install globus-io
How To Uninstall globus-io on Fedora 36
To uninstall only the globus-io
package we can use the following command:
sudo dnf remove globus-io
globus-io Package Contents on Fedora 36
## How To Uninstall globus-io on Fedora 36
To uninstall only the `globus-io` package we can use the following command:
```bash
sudo dnf remove globus-io
globus-io Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/f05056a0c0a7cbee600c83e32ba188db127d26
/usr/lib/libglobus_io.so.3
/usr/lib/libglobus_io.so.3.9.3
/usr/share/doc/globus-io
/usr/share/doc/globus-io/README
/usr/share/licenses/globus-io
/usr/share/licenses/globus-io/GLOBUS_LICENSE
References
/usr/lib/.build-id /usr/lib/.build-id/e6 /usr/lib/.build-id/e6/1e9479fcce39fde976c69e0a71a8e43306f048 /usr/lib64/libglobus_io.so.3 /usr/lib64/libglobus_io.so.3.9.3 /usr/share/doc/globus-io /usr/share/doc/globus-io/README /usr/share/licenses/globus-io /usr/share/licenses/globus-io/GLOBUS_LICENSE
Summary
In this tutorial we learn how to install globus-io
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [globus-io website](https://github.com/gridcf/gct/)
## Summary
In this tutorial we learn how to install `globus-io` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).