How To Install nfs-ganesha-nullfs on Fedora 36

In this tutorial we learn how to install nfs-ganesha-nullfs in Fedora 36. nfs-ganesha-nullfs is The NFS-GANESHA NULLFS Stackable FSAL

Introduction

In this tutorial we learn how to install nfs-ganesha-nullfs on Fedora 36.

What is nfs-ganesha-nullfs

This package contains a Stackable FSAL shared object to be used with NFS-Ganesha. This is mostly a template for future (more sophisticated) stackable FSALs

We can use yum or dnf to install nfs-ganesha-nullfs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nfs-ganesha-nullfs.

Install nfs-ganesha-nullfs 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-nullfs using dnf by running the following command:

sudo dnf -y install nfs-ganesha-nullfs

Install nfs-ganesha-nullfs 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-nullfs using yum by running the following command:

sudo yum -y install nfs-ganesha-nullfs

How To Uninstall nfs-ganesha-nullfs on Fedora 36

To uninstall only the nfs-ganesha-nullfs package we can use the following command:

sudo dnf remove nfs-ganesha-nullfs

nfs-ganesha-nullfs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87/b1f193d1e8a1d1aa939736a6d8a410e9f0c122
/usr/lib64/ganesha/libfsalnull.so

References

Summary

In this tutorial we learn how to install nfs-ganesha-nullfs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).