linux系统没有自带的压缩解压工具;需要我们自己安装;当用到zip或者unzip如果没有安装就会出现unzip: Command Not Found 或 zip: Command Not Found;出现这个事因为没有安装unzip和zip;

解决方法

  1. Ubuntu
sudo apt-get install zip
  1. CentOS
yum install -y unzip zip

相关文章:

  • 2022-12-23
  • 2020-11-12
  • 2022-12-23
  • 2021-09-05
  • 2021-12-11
  • 2022-12-23
  • 2022-12-23
  • 2021-05-25
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
相关资源
相似解决方案