-bash: unzip: command not found liux解压zip文件

liux 执行 unzip dist.zip 会报 -bash: unzip: command not found

 

 是因为我们没有安装解压工具unzip

安装命令:

yum install unzip zip

执行完之后重新解压就好了

posted @ 2021-06-22 15:24  谢世林  阅读(97)  评论(0)    收藏  举报