On Tue, Aug 26, 2014 at 3:11 PM, Ramesh T <rameshparnanditech(at)gmail(dot)com>
wrote:
> i downloaded But where i need to unzip powa-REL_1_1.zip i'm using putty
> tool remote server..
>
>
> -bash-4.1$ unzip powa-REL_1_1.zip
> -bash: unzip: command not found
>
>
You need to Install "unzip" utility. Once you installed "unzip" utility,you
can extract in "/tmp" directory.
for Debian and Ubuntu:
1
apt-get install unzip
for Red Hat Linux/Fedora/CentOS users:
1
yum install unzip