[root@hejianlai-jenkins ~]# file android-ndk-r8-linux-x86.tar.bz2
android-ndk-r8-linux-x86.tar.bz2: bzip2 compressed data, block size = 900k
[root@hejianlai-jenkins ~]# tar -jxf android-ndk-r8-linux-x86.tar.bz2
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

安装bzip2
[root@hejianlai-jenkins ~]# yum install -y bzip2

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2021-12-17
  • 2022-12-23
  • 2021-08-25
  • 2021-08-25
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
相关资源
相似解决方案