How to Install and Uninstall tgt Package on Kali Linux

Last updated: September 04,2024

1. Install "tgt" package

Please follow the step by step instructions below to install tgt on Kali Linux

$ sudo apt update $ sudo apt install tgt

2. Uninstall "tgt" package

This guide let you learn how to uninstall tgt on Kali Linux:

$ sudo apt remove tgt $ sudo apt autoclean && sudo apt autoremove

3. Information about the tgt package on Kali Linux

Package: tgt
Version: 1:1.0.85-1.1
Installed-Size: 641
Maintainer: Apollon Oikonomopoulos
Architecture: amd64
Depends: libaio1 (>= 0.3.93), libc6 (>= 2.34), libibverbs1 (>= 1.1.6), librdmacm1 (>= 1.0.16), libsystemd0, lsb-base, libconfig-general-perl, sg3-utils
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: tgt-glusterfs, tgt-rbd
Size: 214708
SHA256: 39da31cbeb01a0a108d452a5dc7fac171fbdf3c3ab561ff27bdba63565fee3ac
SHA1: 8c9cba4ff6f436ad763a34d07ba21386e6e8fc1c
MD5sum: f2f054cadc87da86d84482b62d3307c5
Description: Linux SCSI target user-space daemon and tools
The Linux target framework (tgt) allows a Linux system to provide SCSI
devices (targets) over networked SCSI transports.
.
tgt consists of a user-space daemon and user-space tools currently
supporting the following transports:
.
- iSCSI (SCSI over IP)
- iSER (iSCSI over RDMA, using Infiniband)
.
tgt also supports different storage types for use as backing stores for SCSI
Logical Units:
.
- Plain files and block devices
- Ceph/RADOS RBD volumes
- GlusterFS volumes
.
This package includes the daemon and user-space tools.
Description-md5:
Homepage: https://github.com/fujita/tgt
Section: net
Priority: optional
Filename: pool/main/t/tgt/tgt_1.0.85-1.1_amd64.deb