How to Install and Uninstall open-iscsi Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "open-iscsi" package

Please follow the step by step instructions below to install open-iscsi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install open-iscsi

2. Uninstall "open-iscsi" package

This tutorial shows how to uninstall open-iscsi on openSuSE Tumbleweed:

$ sudo zypper remove open-iscsi

3. Information about the open-iscsi package on openSuSE Tumbleweed

Information for package open-iscsi:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : open-iscsi
Version : 2.1.9-104.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.1 MiB
Installed : No
Status : not installed
Source package : open-iscsi-2.1.9-104.2.src
Upstream URL : https://www.open-iscsi.com
Summary : Linux iSCSI Software Initiator
Description :
This is a transport independent implementation of RFC 3720
iSCSI. It is partitioned into user and kernel parts.
The kernel portion of Open-iSCSI implements the iSCSI data path (that
is, iSCSI Read and iSCSI Write), and consists of two loadable
modules: iscsi_if.ko and iscsi_tcp.ko, and is now is delivered
as part of the kernel.
The user-space part contains the entire control plane: configuration
manager, iSCSI Discovery, Login and Logout processing,
connection-level error processing, Nop-In and Nop-Out handling. It
comes with a daemon process called iscsid, and a management utility,
iscsiadm.