How To Install scsi-target-utils-gluster on Fedora 36
Introduction
In this tutorial we learn how to install scsi-target-utils-gluster on Fedora 36.
What is scsi-target-utils-gluster
Adds support for the Gluster glfs backstore to scsi-target-utils.
We can use yum or dnf to install scsi-target-utils-gluster on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install scsi-target-utils-gluster.
Install scsi-target-utils-gluster 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 scsi-target-utils-gluster using dnf by running the following command:
sudo dnf -y install scsi-target-utils-gluster
Install scsi-target-utils-gluster 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 scsi-target-utils-gluster using yum by running the following command:
sudo yum -y install scsi-target-utils-gluster
How To Uninstall scsi-target-utils-gluster on Fedora 36
To uninstall only the scsi-target-utils-gluster package we can use the following command:
sudo dnf remove scsi-target-utils-gluster
scsi-target-utils-gluster Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/15
/usr/lib/.build-id/15/17c2e3514a6448519502e4c0ff0882c2bbb92e
/usr/lib64/tgt/backing-store/bs_glfs.so
/usr/share/doc/scsi-target-utils-gluster
/usr/share/doc/scsi-target-utils-gluster/README.glfs
References
Summary
In this tutorial we learn how to install scsi-target-utils-gluster on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).