How to Install and Uninstall libiscsi-dev Package on Kali Linux

Last updated: April 27,2024

1. Install "libiscsi-dev" package

Please follow the guidance below to install libiscsi-dev on Kali Linux

$ sudo apt update $ sudo apt install libiscsi-dev

2. Uninstall "libiscsi-dev" package

This tutorial shows how to uninstall libiscsi-dev on Kali Linux:

$ sudo apt remove libiscsi-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libiscsi-dev package on Kali Linux

Package: libiscsi-dev
Source: libiscsi
Version: 1.19.0-3
Installed-Size: 421
Maintainer: Michael Tokarev
Architecture: amd64
Depends: libiscsi7 (= 1.19.0-3)
Size: 84304
SHA256: 39f877cf8250171a9dc02cc85226d6a31d628b59e2341a3bd727a8c550343e0f
SHA1: 2292aec5787e106a3e3d45661196cd63877cb625
MD5sum: efcbc78188f3e676a8434e215616f15a
Description: iSCSI client library development files
Libiscsi is a clientside library to implement the iSCSI protocol
that can be used to access resource of an iSCSI Target.
.
The library is fully async with regards to iscsi commands and scsi
tasks, but a sync layer is also provided for ease of use for simpler
applications.
.
This package contains the header files, static library and other files
needed to compile applications which uses libiscsi.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/sahlberg/libiscsi
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libi/libiscsi/libiscsi-dev_1.19.0-3_amd64.deb