今天在用unzip命令是发现如下错误

[root@dzwww antWebapps]# unzip project.zip
-bash: unzip: command not found

应该是unzip命令没有,然后安装

[root@dzwww antWebapps]# yum install -y unzip zip
Loaded plugins: fastestmirror
。。。。                                                   

Complete!

然后在执行unzip命令:

[root@dzwww antWebapps]# unzip project.zip
Archive:  project.zip
   creating: WenYanInterface/

。。。

   creating: WenYanComment/src/
[root@dzwww antWebapps]#