How To Install gfal2-plugin-file on Fedora 36
Introduction
In this tutorial we learn how to install gfal2-plugin-file
on Fedora 36.
What is gfal2-plugin-file
Provides the file support (file The file plugin provides local file operations, as copying from local to remote or the other way around.
We can use yum
or dnf
to install gfal2-plugin-file
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gfal2-plugin-file.
Install gfal2-plugin-file 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-plugin-file
using dnf
by running the following command:
sudo dnf -y install gfal2-plugin-file
Install gfal2-plugin-file 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-plugin-file
using yum
by running the following command:
sudo yum -y install gfal2-plugin-file
How To Uninstall gfal2-plugin-file on Fedora 36
To uninstall only the gfal2-plugin-file
package we can use the following command:
sudo dnf remove gfal2-plugin-file
gfal2-plugin-file Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/826b6d073a541ca1ce0979635de3ead4ddec24
/usr/lib64/gfal2-plugins/libgfal_plugin_file.so
/usr/share/doc/gfal2/README_PLUGIN_FILE
References
Summary
In this tutorial we learn how to install gfal2-plugin-file
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).