How To Install gfal2-tests on Fedora 36
In this tutorial we learn how to install gfal2-tests in Fedora 36. gfal2-tests is gfal2 tests
Introduction
In this tutorial we learn how to install gfal2-tests
on Fedora 36.
What is gfal2-tests
gfal2 tests
We can use yum
or dnf
to install gfal2-tests
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gfal2-tests.
Install gfal2-tests 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-tests
using dnf
by running the following command:
sudo dnf -y install gfal2-tests
Install gfal2-tests 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-tests
using yum
by running the following command:
sudo yum -y install gfal2-tests
How To Uninstall gfal2-tests on Fedora 36
To uninstall only the gfal2-tests
package we can use the following command:
sudo dnf remove gfal2-tests
gfal2-tests Package Contents on Fedora 36
/usr/bin/gfal2-unit-tests
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/baae877dbd4881ea2c28bc6ffa29f28a347a7a
/usr/lib/.build-id/46
/usr/lib/.build-id/46/a6695eebde3ddb62fb18d1ec3354f160b766e3
/usr/lib64/libgfal2_test_shared.so
References
Summary
In this tutorial we learn how to install gfal2-tests
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).