How to Install and Uninstall tcmu-runner Package on Kali Linux

Last updated: May 14,2024

1. Install "tcmu-runner" package

In this section, we are going to explain the necessary steps to install tcmu-runner on Kali Linux

$ sudo apt update $ sudo apt install tcmu-runner

2. Uninstall "tcmu-runner" package

This tutorial shows how to uninstall tcmu-runner on Kali Linux:

$ sudo apt remove tcmu-runner $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcmu-runner package on Kali Linux

Package: tcmu-runner
Source: tcmu
Version: 1.5.4-5
Installed-Size: 325
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libglib2.0-0 (>= 2.38.0), libkmod2 (>= 5~), librbd1 (>= 12.1.4), libtcmu2 (>= 1.5.4), zlib1g (>= 1:1.1.4)
Pre-Depends: init-system-helpers (>= 1.54~)
Size: 93952
SHA256: e186d18a9138cc43ff280ccd3df6aed60463ce6e43b143f632ad712123fc3027
SHA1: 1e6dbc1b31f52117204e0fc99bdf5f26f3b699e6
MD5sum: 808c01f570d010773fec40e33621f018
Description: Daemon that handles the userspace side of the LIO TCM-User backstore
LIO is the SCSI target in the Linux kernel. It is entirely kernel
code, and allows exported SCSI logical units (LUNs) to be backed by
regular files or block devices. But, if one want to get fancier with
the capabilities of the device one is emulating, the kernel is not
necessarily the right place. While there are userspace libraries for
compression, encryption, and clustered storage solutions like Ceph or
Gluster, these are not accessible from the kernel.
.
The TCMU userspace-passthrough backstore allows a userspace process
to handle requests to a LUN. But since the kernel-user interface that
TCMU provides must be fast and flexible, it is complex enough that
one would like to avoid each userspace handler having to write boilerplate
code.
.
tcmu-runner handles the messy details of the TCMU interface -- UIO,
netlink, pthreads, and DBus -- and exports a more friendly C plugin
module API. Modules using this API are called "TCMU
handlers". Handler authors can write code just to handle the SCSI
commands as desired, and can also link with whatever userspace
libraries they like.
.
This is the daemon package
Description-md5:
Homepage: https://github.com/open-iscsi/tcmu-runner
Section: admin
Priority: optional
Filename: pool/main/t/tcmu/tcmu-runner_1.5.4-5_amd64.deb