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

Last updated: May 16,2024

1. Install "pssh" package

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

$ sudo apt update $ sudo apt install pssh

2. Uninstall "pssh" package

Please follow the instructions below to uninstall pssh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pssh $ sudo apt autoclean && sudo apt autoremove

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

Package: pssh
Priority: optional
Section: universe/net
Installed-Size: 132
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Pollock
Architecture: all
Version: 2.3.1-1
Depends: openssh-client, python, python:any (>= 2.7.5-5~), python:any (<< 2.8)
Filename: pool/universe/p/pssh/pssh_2.3.1-1_all.deb
Size: 28986
MD5sum: 7ac1e42a3ae54224705cdb9ad45d99f6
SHA1: 83bedb65ad2a50685a43e4025ce0a19d4e255cfe
SHA256: eaad9c666e4ec709fcecde65a92db08fb8d8a1413c7aba06e10d6f4a44b78a38
Description-en: Parallel versions of SSH-based tools
pssh provides a number of commands for executing against a group of computers,
using SSH. It's most useful for operating on clusters of
homogenously-configured hosts.
.
The package contains:
.
- Parallel ssh (parallel-ssh, upstream calls it pssh), executes commands on
multiple hosts in parallel
- Parallel scp (parallel-scp, upstream calls it pscp), copies files to
multiple remote hosts in parallel
- Parallel rsync (parallel-rsync, upstream calls it prsync), efficiently
copies files to multiple hosts in parallel
- Parallel nuke (parallel-nuke, upstream calls it pnuke), kills processes on
multiple remote hosts in parallel
- Parallel slurp (parallel-slurp, upstream calls it pslurp), copies files
from multiple remote hosts to a central host in parallel
.
These tools are good for controlling large collections of nodes, where faster
alternatives such as gexec and pcp are not available.
Description-md5: c83367f6abd1b98aee8797c5532296de
Homepage: http://code.google.com/p/parallel-ssh/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu