linux解压遇到下面问题:
The program ‘unzip’ is currently not installed. You can install it by typing: sudo apt-get install unzip;
说明我们还没有安装 相应的package,需要使用命令安装unzip

sudo apt-get install unzip

安装好即可使用unzip

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-10
  • 2021-09-10
  • 2021-07-04
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-03
  • 2021-12-01
  • 2021-10-17
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
相关资源
相似解决方案