How To Install target-isns on Fedora 36
Introduction
In this tutorial we learn how to install target-isns
on Fedora 36.
What is target-isns
Target-isns is an Internet Storage Name Service (iSNS) client for the Linux LIO iSCSI target. It allows registering LIO iSCSI targets with an iSNS server.
We can use yum
or dnf
to install target-isns
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install target-isns.
Install target-isns 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 target-isns
using dnf
by running the following command:
sudo dnf -y install target-isns
Install target-isns 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 target-isns
using yum
by running the following command:
sudo yum -y install target-isns
How To Uninstall target-isns on Fedora 36
To uninstall only the target-isns
package we can use the following command:
sudo dnf remove target-isns
target-isns Package Contents on Fedora 36
/etc/target-isns.conf
/usr/bin/target-isns
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/1afe12bcb951d79a679f92bd080ad9f64634e6
/usr/lib/systemd/system/target-isns.service
/usr/share/doc/target-isns
/usr/share/doc/target-isns/README.md
/usr/share/licenses/target-isns
/usr/share/licenses/target-isns/COPYING
/usr/share/man/man8/target-isns.8.gz
References
Summary
In this tutorial we learn how to install target-isns
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).