How to Install and Uninstall dsh Package on Kali Linux

Last updated: May 02,2024

1. Install "dsh" package

Please follow the steps below to install dsh on Kali Linux

$ sudo apt update $ sudo apt install dsh

2. Uninstall "dsh" package

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

$ sudo apt remove dsh $ sudo apt autoclean && sudo apt autoremove

3. Information about the dsh package on Kali Linux

Package: dsh
Version: 0.25.10-1.6
Installed-Size: 93
Maintainer: Junichi Uekawa
Architecture: amd64
Depends: libc6 (>= 2.34), libdshconfig1
Size: 32968
SHA256: 2da55b8467f1a2947b178fdf1fe3f888c225767a074e8a572d5a4d1864bd5415
SHA1: 992b9aa887668dc3a3f480ef47554451603d0333
MD5sum: f95214ec33cc94c37be25e4a49b57c8a
Description: dancer's shell, or distributed shell
Executes specified command on a group of computers using remote shell
methods such as rsh or ssh.
.
dsh can parallelise job submission using several algorithms, such as using
fan-out method or opening as much connections as possible, or
using a window of connections at one time.
It also supports "interactive mode" for interactive maintenance of
remote hosts.
.
This tool is handy for administration of PC clusters, and multiple hosts.
Description-md5:
Homepage: http://www.netfort.gr.jp/~dancer/software/dsh.html
Tag: admin::cluster, interface::shell, role::program, scope::utility,
use::login
Section: net
Priority: optional
Filename: pool/main/d/dsh/dsh_0.25.10-1.6_amd64.deb