1 [root@iz2zeea05by6vofxzsoxdbz elasticsearch]# unzip elasticsearch-6.2.4.zip 
2 -bash: unzip: command not found

如果你如法使用unzip命令解压.zip文件,可能是你没有安装unzip软件,下面是安装方法

命令: yum list | grep zip/unzip   #获取安装列表

安装命令: yum install zip    #提示输入时,请输入y;

安装命令:yum install unzip #提示输入时,请输入y;

相关文章:

  • 2021-09-07
  • 2021-08-02
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
  • 2022-01-19
  • 2021-11-05
  • 2022-12-23
猜你喜欢
  • 2021-06-30
  • 2021-12-29
  • 2022-01-24
  • 2021-08-31
  • 2021-08-16
相关资源
相似解决方案