How To Install jglobus-gridftp on Fedora 36

In this tutorial we learn how to install jglobus-gridftp in Fedora 36. jglobus-gridftp is Globus Java - GridFTP

Introduction

In this tutorial we learn how to install jglobus-gridftp on Fedora 36.

What is jglobus-gridftp

Globus Java library with GridFTP support

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

Install jglobus-gridftp 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 jglobus-gridftp using dnf by running the following command:

sudo dnf -y install jglobus-gridftp

Install jglobus-gridftp 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 jglobus-gridftp using yum by running the following command:

sudo yum -y install jglobus-gridftp

How To Uninstall jglobus-gridftp on Fedora 36

To uninstall only the jglobus-gridftp package we can use the following command:

sudo dnf remove jglobus-gridftp

jglobus-gridftp Package Contents on Fedora 36

/usr/share/java/jglobus
/usr/share/java/jglobus/gridftp.jar
/usr/share/maven-metadata/jglobus-gridftp.xml
/usr/share/maven-poms/jglobus
/usr/share/maven-poms/jglobus/gridftp.pom

References

Summary

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