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

Last updated: May 02,2024

1. Install "dsh" package

Please follow the steps below to install dsh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install dsh

2. Uninstall "dsh" package

This guide let you learn how to uninstall dsh on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: dsh
Priority: optional
Section: universe/net
Installed-Size: 143
Maintainer: Ubuntu Developers
Original-Maintainer: Junichi Uekawa
Architecture: amd64
Version: 0.25.10-1.1
Depends: libc6 (>= 2.8), libdshconfig1 (>= 0.20.13)
Suggests: update-cluster
Filename: pool/universe/d/dsh/dsh_0.25.10-1.1_amd64.deb
Size: 21914
MD5sum: 17262ed9e07a630ec98c4d62c1e14517
SHA1: 236f84ae42d62e24fd076cba5eafd8e78411a445
SHA256: 8ee227b73f112e37759e8f306ce156a552e752471c5a3a5234733d122fe3a997
Description-en: 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.
.
http://www.netfort.gr.jp/~dancer/software/dsh.html
Description-md5: 1473981f6aac6363419eeb647be581e3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu