码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2017-09-11 18:06:05      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:com   yum   bash   解决办法   安装   压缩   利用   and   ash   

利用unzip命令解压缩的时候,出现-bash: 
 
unzip: command not found的错误。
 
unzip——命令没有找到,其原因肯定是没有安装unzip。
 
利用一句命令就可以解决了。
 
命令是:
 
yum install -y unzip zip
 
安装成功后就可以使用unzip命令了。

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

标签:com   yum   bash   解决办法   安装   压缩   利用   and   ash   

原文地址:http://www.cnblogs.com/mxgg/p/7505687.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!