-bash: unzip: command not found liux解压zip文件
liux 执行 unzip dist.zip 会报 -bash: unzip: command not found

是因为我们没有安装解压工具unzip
安装命令:
yum install unzip zip
执行完之后重新解压就好了
liux 执行 unzip dist.zip 会报 -bash: unzip: command not found

是因为我们没有安装解压工具unzip
安装命令:
yum install unzip zip
执行完之后重新解压就好了