云梦编程网

当前位置:首页 > Liunx教程 >

-bash:unzip: command not found

作者:佚名 时间:2023-12-02 12:58:27 阅读:(19)

今天在Linux服务器上面使用unzip命令解压zip格式的压缩包的时候,却显示:-bash: unzip: command not found,这个就是我们平时的unzip未找到命令,接下来云梦编程为大家介绍一下解决方法,有需要的小伙伴可以参考一下:

-bash:unzip: command not found

1、错误提示:

[root@localhost ~]# unzip yundreams.zip 
-bash: unzip: command not found

2、错误原因:

    当前使用的linux系统没有安装unzip

3、解决方法:

yum install -y unzip zip
-bash:unzip: command not found

4、测试解压:

[root@localhost ~]# ls
anaconda-ks.cfg  yundreams.zip
[root@localhost ~]# unzip yundreams.zip 
Archive:  yundreams.zip
 extracting: yundreams.txt         
[root@localhost ~]# ls
anaconda-ks.cfg  yundreams.txt  yundreams.zip


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

最新文章

热门文章