解决tar.bz2解压报错

    xiaoxiao2022-07-13  128

    [root@localhost guoyebing]# tar jxvf last_x264.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

    原因是linux下没有bzip2解压工具

    直接通过yum来安装

    yum -y install bzip2

     

    最新回复(0)