利用unzip命令解压缩的时候,出现-bash: 
 
unzip: command not found的错误。
 
unzip——命令没有找到,其原因肯定是没有安装unzip。

Linux出现-bash: unzip: command not found的解决办法

执行安装命令:          yum install -y unzip zip

 Linux出现-bash: unzip: command not found的解决办法

 

 Linux出现-bash: unzip: command not found的解决办法

 

 接下来使用unzip +解压的文件

Linux出现-bash: unzip: command not found的解决办法

 

相关文章: