Install pssh
Installing pssh package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pssh
pssh package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pssh |
version | 2.3.1-1 |
description | Parallel versions of SSH-based tools |
subsection | net |
website | code.google.com / p / parallel-ssh / |
maintainer | Andrew Pollock |
Uninstall pssh
To remove just pssh package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pssh
Uninstall pssh and it’s dependent packages
To remove the pssh package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pssh
Purging pssh
If you also want to delete configuration and/or data files of pssh from Debian Sid then this will work:
sudo apt-get purge pssh
To delete configuration and/or data files of pssh and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pssh