0
点赞
收藏
分享

微信扫一扫

anaconda3报错Exiting with failure status due to previous errors

柠檬果然酸 2022-04-02 阅读 89


[/root/anaconda2] >>> 

PREFIX=/root/anaconda2

Anaconda2-5.0.0-Linux-ppc64le.sh: line 317: bunzip2: command not found

tar: This does not look like a tar archive

tar: Exiting with failure status due to previous errors

[root@node1 ~]# 


二、解决办法:


安装bzip2即可解决

[root@node1 ~]# yum install -y bzip2


举报

相关推荐

0 条评论