报错:
Anaconda3-5.3.1-Linux-x86_64.sh: line 353: bunzip2: command not found
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors
由于系统缺少bunzip2包造成的,通过yum安装bzip2包来解决
解决方法:
yum install bzip2
类似的报错都可以按照这种方式解决!!