< Home - < Back

pssh


Information about the package, pssh, which is shipped with common Linux distributions. The pssh package is designed for, Parallel SSH tools.


Package Name:

pssh

Summary:

Parallel SSH tools

Description:

This package provides various parallel tools based on ssh and scp. Parallell version includes: o ssh : pssh o scp : pscp o nuke : pnuke o rsync : prsync o slurp : pslurp

Architecture:

noarch

Version:

2.3.1

Release:

5.el6

Size:

50 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for pssh


Control the pssh package with the following handy commands outlined below.


Command

Description of Command

yum install pssh

This command will install pssh on the server.

yum remove pssh

This command will un-install pssh on the server. When you run this command, you will be asked if you are sure that you want to remove pssh, so you have to manually confirm that you want to do this.

yum -y remove pssh

This command will un-install pssh on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pssh when using the -y flag.

yum update pssh

This command will update pssh to the latest version. When you run this command, you will be asked if you are sure that you want to remove pssh, so you have to manually confirm that you want to do this.

yum -y update pssh

This command will update pssh to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pssh when using the -y flag.

yum info pssh

This command will show you core information about the pssh package.

yum deplist pssh

This command will show you the dependencies for pssh. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update pssh

This command will check if there is an update waiting on pssh. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.