How to Install and Uninstall diod Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "diod" package

This tutorial shows how to install diod on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the diod package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: diod
Priority: optional
Section: universe/admin
Installed-Size: 1469
Maintainer: Ubuntu Developers
Original-Maintainer: Євгеній Мещеряков
Architecture: amd64
Version: 1.0.24-3
Depends: libc6 (>= 2.14), libcap2 (>= 1:2.10), liblua5.1-0, libmunge2 (>= 0.5.8), libncurses5 (>= 6), libtinfo5 (>= 6), libwrap0 (>= 7.6-4~)
Filename: pool/universe/d/diod/diod_1.0.24-3_amd64.deb
Size: 197636
MD5sum: 0f50cdb190efbb824606906954d0a566
SHA1: 4bb11f70317f9dd29b199af8a74734a1da6c79bb
SHA256: 7dc1386852c89452986bc64c95a1ec5661cefacf9a82939b61030018f7fcb4f1
Description-en: 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: b821635e99434220ba86a2309a35ed49
Homepage: https://github.com/chaos/diod
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu