码迷,mamicode.com
首页 > 其他好文 > 详细

tar解压bz2文件报错

时间:2020-01-08 12:31:06      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:简单   cto   turn   jemalloc   make   director   recover   信息   stat   

用tar命令解压文件的时候出错了,信息如下:

tar -jvxf jemalloc-3.6.0.tar.bz2 ./nginx/

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就行了,yum安装的命令如下:

 

yum -y install bzip2

 

 

服务器不能联网,把压缩包传上去

tar zxvf bzip2-****.tar.gz
cd bzip2-*****
make && make install

tar解压bz2文件报错

标签:简单   cto   turn   jemalloc   make   director   recover   信息   stat   

原文地址:https://www.cnblogs.com/timor19/p/12165883.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!