How To Install nfs-ganesha-vfs on Fedora 36
Introduction
In this tutorial we learn how to install nfs-ganesha-vfs
on Fedora 36.
What is nfs-ganesha-vfs
This package contains a FSAL shared object to be used with NFS-Ganesha to support VFS based filesystems
We can use yum
or dnf
to install nfs-ganesha-vfs
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nfs-ganesha-vfs.
Install nfs-ganesha-vfs 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-vfs
using dnf
by running the following command:
sudo dnf -y install nfs-ganesha-vfs
Install nfs-ganesha-vfs 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-vfs
using yum
by running the following command:
sudo yum -y install nfs-ganesha-vfs
How To Uninstall nfs-ganesha-vfs on Fedora 36
To uninstall only the nfs-ganesha-vfs
package we can use the following command:
sudo dnf remove nfs-ganesha-vfs
nfs-ganesha-vfs Package Contents on Fedora 36
/etc/ganesha/vfs.conf
/usr/lib/.build-id
/usr/lib/.build-id/97
/usr/lib/.build-id/97/2dea1b013476d5b7761f9e4d1aef155432c82f
/usr/lib64/ganesha/libfsalvfs.so
/usr/share/man/man8/ganesha-vfs-config.8.gz
References
Summary
In this tutorial we learn how to install nfs-ganesha-vfs
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).