2.2.3. Installing Grid File Access Library (GFAL)¶
Unfortunately, the documentation at GFAL2 · Data Management Clients Documentation does not indicate how to install it. You could compile it yourself following Data Management Clients / gfal2 · GitLab, or on RHEL:
sudo yum install 'gfal2*' 'python3-gfal2*'
Other package managers might support it. Please provide a pull request / issue helping us to document this.
Move on to Accessing the grid storage system using GFAL to see how to use it.