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

Last updated: May 08,2024

1. Install "pdsh" package

Here is a brief guide to show you how to install pdsh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pdsh

2. Uninstall "pdsh" package

Here is a brief guide to show you how to uninstall pdsh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pdsh $ sudo apt autoclean && sudo apt autoremove

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

Package: pdsh
Priority: extra
Section: universe/net
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Brian Pellin
Architecture: amd64
Version: 2.31-3build1
Depends: libc6 (>= 2.14), libgenders0, libltdl7 (>= 2.4.2), debconf (>= 0.5) | debconf-2.0, perl, rsh-client, openssh-client | ssh (<< 1:3.8.1p1-9), genders (>= 1.4-1-1)
Filename: pool/universe/p/pdsh/pdsh_2.31-3build1_amd64.deb
Size: 107754
MD5sum: 13aaa98f9e289c9ea4db6b41a5c3f784
SHA1: 3d00ef1d4b725ca38d1521c9bb680a4256891c67
SHA256: b4da00019cd475699df03bf4da8151eb5cb9b2caee6a9742b3720e4a2c292467
Description-en: Efficient rsh-like utility, for using hosts in parallel
Pdsh is a high-performance, parallel remote shell utility, similar to dsh.
It has built-in, thread-safe clients for rsh. Pdsh uses a "sliding window"
parallel algorithm to conserve socket resources on the initiating node and
to allow progress to continue while timeouts occur on some connections.
.
It makes all parallel connections from one client machine, and attempts to
keep 32 (default, can be changed on command line) connections to remote
machines at any given time. It can run single commands or as an interactive
shell.
Description-md5: 83ab4853fa8b6884bd4380641e7ea649
Homepage: https://computing.llnl.gov/linux/pdsh.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu