报错代码:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
解决方法:
# gzip -d <file>
或者:
# xz -d <file>
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors
# gzip -d <file>
或者:
# xz -d <file>