Linux系统使用unzip命令解压zip格式的压缩包的时候,提示:-bash: unzip: command not found,也就是我们常说的unzip未找到命令,接下来www.gui2000.com为大家介绍一下解决方法,有需要的小伙伴可以参考一下:

1、错误提示:

[[email protected] ~]# unzip itbiancheng.zip 
-bash: unzip: command not found

2、错误原因:

    说明我们当前的Linux系统没有安装unzip

3、解决方法:

yum install -y unzip zip

4、测试解压:

[[email protected] ~]# ls
anaconda-ks.cfg  itbiancheng.zip
[[email protected] ~]# unzip itbiancheng.zip 
Archive:  itbiancheng.zip
 extracting: itbiancheng.txt         
[[email protected] ~]# ls
anaconda-ks.cfg  itbiancheng.txt  itbiancheng.zip

5、相关文章:

    (1)、Linux unzip命令详解:https://www.itbiancheng.com/article/5334.html


以上就是www.gui2000.com为大家介绍的关于linux unzip未找到命令的解决方法的全部内容了,,希望对大家有所帮助,了解更多相关文章请关注www.gui2000.com网!