How to Install and Uninstall diod Package on Kali Linux

Last updated: May 20,2024

1. Install "diod" package

This guide let you learn how to install diod on Kali Linux

$ sudo apt update $ sudo apt install diod

2. Uninstall "diod" package

In this section, we are going to explain the necessary steps to uninstall diod on Kali Linux:

$ sudo apt remove diod $ sudo apt autoclean && sudo apt autoremove

3. Information about the diod package on Kali Linux

Package: diod
Version: 1.0.24-5.1
Installed-Size: 1521
Maintainer: Євгеній Мещеряков
Architecture: amd64
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), liblua5.1-0, libmunge2 (>= 0.5.8), libncurses6 (>= 6), libtinfo6 (>= 6), libwrap0 (>= 7.6-4~), lsb-base
Size: 214036
SHA256: 9549f5c72f4174feb83996167f9c844fb29262eb41a339968227a4aba2faee0a
SHA1: 9b9852ac3bc7507a5302fe755c027c7e3e5aced0
MD5sum: 352a9045242f725f3b0dfb9e2df5d385
Description: I/O forwarding server for 9P
diod is an I/O forwarding server that implements a variant of the 9P protocol
from (9P2000.L) the Plan 9 operating system. When paired with a modern version
of the v9fs Linux 9P client, diod allows a file system to be exported over a
TCP/IP network in a manner similar to NFS.
.
The file system that is exported can itself be NFS or a parallel file system
like Lustre or GPFS. This can be done with minimal loss of distributed
semantics because the v9fs client (when used with appropriate mount options)
has no page or directory cache - all I/O operations trigger a network request.
The page cache effectively moves to the server system, with diod appearing as
a multi-threaded user application accessing the file system in the usual way
through the VFS.
Description-md5:
Homepage: https://github.com/chaos/diod
Tag: implemented-in::c, network::server, role::program, uitoolkit::ncurses
Section: admin
Priority: optional
Filename: pool/main/d/diod/diod_1.0.24-5.1_amd64.deb