How To Install gfal2-util-scripts on Fedora 36

In this tutorial we learn how to install gfal2-util-scripts in Fedora 36. gfal2-util-scripts is gfal2 command line scripts

Introduction

In this tutorial we learn how to install gfal2-util-scripts on Fedora 36.

What is gfal2-util-scripts

Provides a set of command line scripts to call gfal2-util python functions.

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

Install gfal2-util-scripts 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 gfal2-util-scripts using dnf by running the following command:

sudo dnf -y install gfal2-util-scripts

Install gfal2-util-scripts 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 gfal2-util-scripts using yum by running the following command:

sudo yum -y install gfal2-util-scripts

How To Uninstall gfal2-util-scripts on Fedora 36

To uninstall only the gfal2-util-scripts package we can use the following command:

sudo dnf remove gfal2-util-scripts

gfal2-util-scripts Package Contents on Fedora 36

/usr/bin/gfal-cat
/usr/bin/gfal-chmod
/usr/bin/gfal-copy
/usr/bin/gfal-legacy-bringonline
/usr/bin/gfal-legacy-register
/usr/bin/gfal-legacy-replicas
/usr/bin/gfal-legacy-unregister
/usr/bin/gfal-ls
/usr/bin/gfal-mkdir
/usr/bin/gfal-rename
/usr/bin/gfal-rm
/usr/bin/gfal-save
/usr/bin/gfal-stat
/usr/bin/gfal-sum
/usr/bin/gfal-token
/usr/bin/gfal-xattr
/usr/share/man/man1/gfal-cat.1.gz
/usr/share/man/man1/gfal-chmod.1.gz
/usr/share/man/man1/gfal-copy.1.gz
/usr/share/man/man1/gfal-legacy-register.1.gz
/usr/share/man/man1/gfal-legacy-replicas.1.gz
/usr/share/man/man1/gfal-legacy-unregister.1.gz
/usr/share/man/man1/gfal-ls.1.gz
/usr/share/man/man1/gfal-mkdir.1.gz
/usr/share/man/man1/gfal-rename.1.gz
/usr/share/man/man1/gfal-rm.1.gz
/usr/share/man/man1/gfal-save.1.gz
/usr/share/man/man1/gfal-stat.1.gz
/usr/share/man/man1/gfal-sum.1.gz
/usr/share/man/man1/gfal-token.1.gz
/usr/share/man/man1/gfal-xattr.1.gz

References

Summary

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