How To Install nfs-ganesha-mem on Fedora 36
Introduction
In this tutorial we learn how to install nfs-ganesha-mem
on Fedora 36.
What is nfs-ganesha-mem
This package contains a FSAL shared object to be used with NFS-Ganesha. This is used for speed and latency testing.
We can use yum
or dnf
to install nfs-ganesha-mem
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nfs-ganesha-mem.
Install nfs-ganesha-mem 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 nfs-ganesha-mem
using dnf
by running the following command:
sudo dnf -y install nfs-ganesha-mem
Install nfs-ganesha-mem 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 nfs-ganesha-mem
using yum
by running the following command:
sudo yum -y install nfs-ganesha-mem
How To Uninstall nfs-ganesha-mem on Fedora 36
To uninstall only the nfs-ganesha-mem
package we can use the following command:
sudo dnf remove nfs-ganesha-mem
nfs-ganesha-mem Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/b623d4b5fddc50a41560e71b7026a142706823
/usr/lib64/ganesha/libfsalmem.so
/usr/lib64/ganesha/libfsalmem.so.4
/usr/lib64/ganesha/libfsalmem.so.4.2.0
References
Summary
In this tutorial we learn how to install nfs-ganesha-mem
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).