How To Install python3-gfal2-util on Fedora 36

In this tutorial we learn how to install python3-gfal2-util in Fedora 36. python3-gfal2-util is gfal2 clients for python3

Introduction

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

What is python3-gfal2-util

gfal2-util is a set of basic utility tools for file interactions and file copy based on the GFAL 2.0 toolkit. gfal2-util supports the protocols of GFAL 2.0 gridFTP, http(s), SRM, xrootd, etc…

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

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

sudo dnf -y install python3-gfal2-util

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

sudo yum -y install python3-gfal2-util

How To Uninstall python3-gfal2-util on Fedora 36

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

sudo dnf remove python3-gfal2-util

python3-gfal2-util Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/gfal2_util
/usr/lib/python3.10/site-packages/gfal2_util-1.7.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/gfal2_util/__init__.py
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/copy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/copy.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/gfal2_utils_parameters.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/gfal2_utils_parameters.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/legacy.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/legacy.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/ls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/ls.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/progress.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/progress.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/rm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/rm.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/shell.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/shell.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gfal2_util/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/gfal2_util/base.py
/usr/lib/python3.10/site-packages/gfal2_util/commands.py
/usr/lib/python3.10/site-packages/gfal2_util/copy.py
/usr/lib/python3.10/site-packages/gfal2_util/gfal2_utils_parameters.py
/usr/lib/python3.10/site-packages/gfal2_util/legacy.py
/usr/lib/python3.10/site-packages/gfal2_util/ls.py
/usr/lib/python3.10/site-packages/gfal2_util/progress.py
/usr/lib/python3.10/site-packages/gfal2_util/rm.py
/usr/lib/python3.10/site-packages/gfal2_util/shell.py
/usr/lib/python3.10/site-packages/gfal2_util/utils.py
/usr/share/doc/python3-gfal2-util
/usr/share/doc/python3-gfal2-util/LICENSE
/usr/share/doc/python3-gfal2-util/RELEASE-NOTES
/usr/share/doc/python3-gfal2-util/VERSION
/usr/share/doc/python3-gfal2-util/readme.html

References

Summary

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