利用unzip命令解压缩的时候,出现-bash: unzip: command not found的错误。

unzip——命令没有找到,其原因肯定是没有安装unzip。利用一句命令就可以解决了。

命令是:yum install -y unzip zip
安装成功后就可以使用unzip命令了。

相关文章:

  • 2021-11-17
  • 2021-05-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2021-10-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-09-18
  • 2021-08-22
相关资源
相似解决方案