How to Install and Uninstall open-iscsi Package on Kali Linux

Last updated: April 30,2024

1. Install "open-iscsi" package

This is a short guide on how to install open-iscsi on Kali Linux

$ sudo apt update $ sudo apt install open-iscsi

2. Uninstall "open-iscsi" package

This tutorial shows how to uninstall open-iscsi on Kali Linux:

$ sudo apt remove open-iscsi $ sudo apt autoclean && sudo apt autoremove

3. Information about the open-iscsi package on Kali Linux

Package: open-iscsi
Version: 2.1.9-3
Installed-Size: 1430
Maintainer: Debian iSCSI Maintainers
Architecture: amd64
Depends: libopeniscsiusr (>= 2.1.9), udev, debconf (>= 0.5) | debconf-2.0, init-system-helpers (>= 1.51), libc6 (>= 2.34), libisns0, libkmod2 (>= 5~), libmount1 (>= 2.24.2), libssl3 (>= 3.0.0), libsystemd0
Pre-Depends: debconf | debconf-2.0
Recommends: finalrd (>= 3), busybox | busybox-static
Size: 315180
SHA256: f4ae9d961eced547d81d7543a9f55a859488a88dd7bfdb0a14da4b12a5d8707f
SHA1: 3dcf79375577dcff37b4d0df17b34d7de5e17f6f
MD5sum: 94e373d43a850590ab2e8624e23915c8
Description: iSCSI initiator tools
The Open-iSCSI project is a high-performance, transport independent,
multi-platform implementation of RFC3720 iSCSI.
.
Open-iSCSI is partitioned into user and kernel parts.
.
The kernel portion of Open-iSCSI is a from-scratch code
licensed under GPL. The kernel part implements iSCSI data path
(that is, iSCSI Read and iSCSI Write), and consists of three
loadable modules: scsi_transport_iscsi.ko, libiscsi.ko and iscsi_tcp.ko.
.
User space contains the entire control plane: configuration
manager, iSCSI Discovery, Login and Logout processing,
connection-level error processing, Nop-In and Nop-Out handling,
and (in the future:) Text processing, iSNS, SLP, Radius, etc.
.
The user space Open-iSCSI consists of a daemon process called
iscsid, and a management utility iscsiadm.
.
This package includes a daemon, iscsid, and a management utility,
iscsiadm.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.open-iscsi.com/
Tag: admin::kernel, devel::lang:c, devel::library, hardware::storage,
implemented-in::c, interface::commandline, interface::daemon,
network::client, network::configuration, network::server, protocol::ip,
role::devel-lib, role::program, scope::application, scope::utility,
use::storing
Section: net
Priority: optional
Filename: pool/main/o/open-iscsi/open-iscsi_2.1.9-3_amd64.deb