今天下载了一个Linux内核文件,解压的时候出现了这样的错误: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpected EOF in archive tar: Error is not recoverable: exiting now 开始想不明白,最后发现是压缩包有问题,本来是七十多兆的文件,下载完只有二十几兆,然后又用迅雷重新下了一次,解压正常了.
今天用tar -xzvf php-7.2.3.tar.gz 解压php的tar包时报错 [root@VM_72_37_centos ~]# tar -xzvf php-.tar.gz gzip: stdin: not in gzip format tar: Child returned status tar: Error is not recoverable: exiting now 解压时试试使用 tar -xvf 参数可能有奇效. 还是不行可能是文件错误,仔细检查文件.
现象 # tar -zxvf aaa.tar.gz tar: This does not look like a tar archive tar: Skipping to next header tar: Error exit delayed from previous errors 解决办法 # gzip -d aaa.tar.gz # tar -zxvf aaa.tar
出现的问题: 用tar 解压 tar.bz2文件出错 debian:/usr/src# tar jxf linux-2.6.26.tar.bz2tar: bzip2: Cannot exec: No such file or directorytar: Error is not recoverable: exiting nowtar: Child returned status 2tar: Error exit delayed from previous errors 解决办法安装bzip2软件
先查看文件真正的属性是什么? [root@xxxxx ~]# tar -zxvf tcl8.4.16-src.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now [root@xxxxxx ~]# file tcl8.4.16-src.tar.gz tcl8.4.16-src.tar.gz: HTML document text
默认情况下centos是不支持winrar的解压与打包的,需要安装winrar的linux版本程序 首先得下载解压软件 wget http://www.rarsoft.com/rar/rarlinux-3.9.3.tar.gz tar -zxvf rarlinux-.tar.gz cd rar make 如果没有出错,就会出现下载进度条.如下:(控制台还有有点界面的.) 正在解析主机 www.rarsoft.com... 5.135.104.98正在连接 www.rarsoft.com|5.13
一.使用ICSharpCode.SharpZipLib.dll: 下载地址 http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx 二.基于(ICSharpCode.SharpZipLib.dll)的文件压缩方法,类文件 压缩文件 using System; using System.IO; using System.Collections; using ICSharpCode.SharpZipLib.Checksums;
using System;using System.Collections.Generic;using System.Linq;using System.Text;using ICSharpCode.SharpZipLib.Zip; //开源工具,可免费下载:下载地址: //http://files.cnblogs.com/xiaowei0705/SharpZipLib_0860_Bin.zipusing System.IO; namespace Package{ class Class
[root@localhost soft]# unzip QY.zip Archive: QY.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will