Centos出现-bash: unzip: command not found的解决办法
Posted 磕磕碰碰后才知道如何改变
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos出现-bash: unzip: command not found的解决办法相关的知识,希望对你有一定的参考价值。
利用unzip命令解压缩的时候,出现-bash:
unzip: command not found的错误。
unzip——命令没有找到,其原因肯定是没有安装unzip。
利用一句命令就可以解决了。
命令是:
yum install -y unzip zip
安装成功后就可以使用unzip命令了。
以上是关于Centos出现-bash: unzip: command not found的解决办法的主要内容,如果未能解决你的问题,请参考以下文章