Ubuntu中解压出现:bzip2: (stdin) is not a bzip2 file.
Posted Overboom
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu中解压出现:bzip2: (stdin) is not a bzip2 file.相关的知识,希望对你有一定的参考价值。
在Ubuntu中解压一个文件,文件后缀名是.tar.bz2
用tar -jxvf rootfs.tar.bz2命令解压,出现错误提示
用tar -zxvf dir.tar.gz命令解压即可。
以上是关于Ubuntu中解压出现:bzip2: (stdin) is not a bzip2 file.的主要内容,如果未能解决你的问题,请参考以下文章
无法解压 xx.tar.zst 文件并出现错误“zstd: /*stdin*\: unsupported format”
tar解压包的时候出现错误 gzip: stdin: not in gzip format