解压bz2文件
tar xvf phantomjs-2.1.1.tar.bz2
报错
tar (child): bzip2:无法 exec: 没有那个文件或目录 tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
安装
yum -y install bzip2
解压bz2文件
tar xvf phantomjs-2.1.1.tar.bz2
报错
tar (child): bzip2:无法 exec: 没有那个文件或目录 tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
安装
yum -y install bzip2