出现下面提示时说明没有安装zip和unzip命令:
[root@localhost ~]# zip
-bash: zip: command not found
[root@localhost ~]# unzip
-bash: unzip: command not found
安装命令:
yum install zip unzip
本文介绍了如何在Linux系统中解决未找到zip和unzip命令的问题,并提供了使用yum安装这两个命令的具体步骤。
出现下面提示时说明没有安装zip和unzip命令:
[root@localhost ~]# zip
-bash: zip: command not found
[root@localhost ~]# unzip
-bash: unzip: command not found
安装命令:
yum install zip unzip
4640
1618
2万+

被折叠的 条评论
为什么被折叠?
