How to Install and Uninstall pdsh Package on Kali Linux

Last updated: April 27,2024

1. Install "pdsh" package

Please follow the guidelines below to install pdsh on Kali Linux

$ sudo apt update $ sudo apt install pdsh

2. Uninstall "pdsh" package

Please follow the guidelines below to uninstall pdsh on Kali Linux:

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

3. Information about the pdsh package on Kali Linux

Package: pdsh
Version: 2.34-3
Installed-Size: 294
Maintainer: Brian Pellin
Architecture: amd64
Depends: libc6 (>= 2.34), libgenders0, libreadline8 (>= 6.0), debconf (>= 0.5) | debconf-2.0, perl, openssh-client | ssh (<< 1:3.8.1p1-9), genders (>= 1.4-1-1)
Recommends: ssh-askpass
Size: 106816
SHA256: f49923640f5534e78753ab4d51af5b9bac215bc5273c12b78377740a3d0cb38c
SHA1: c53f9ded1f35b1ed6c835adc75cb012089709123
MD5sum: c618944751d7c35fa841f0bd53f30af3
Description: 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:
Homepage: https://software.llnl.gov/repo/#/chaos/pdsh
Tag: admin::cluster, admin::file-distribution, implemented-in::c,
interface::shell, network::client, role::program
Section: net
Priority: optional
Filename: pool/main/p/pdsh/pdsh_2.34-3_amd64.deb