宁德城乡建设网站,网站建设的功能,wordpress最大图片尺寸,互联网行业简介Ubuntu 大压缩文件解压工具 任务解决 任务
需要解压一个百度网盘上下载的压缩文件#xff0c;zip格式。 直接右键’提取到此处’#xff0c;会报错#xff1a;empty archive 用unzip指令#xff0c;会报错#xff1a;
Archive: 实验.zip
warning [实验.zip]: 12540984… Ubuntu 大压缩文件解压工具 任务解决 任务
需要解压一个百度网盘上下载的压缩文件zip格式。 直接右键’提取到此处’会报错empty archive 用unzip指令会报错
Archive: 实验.zip
warning [实验.zip]: 1254098458 extra bytes at beginning or within zipfile(attempting to process anyway)
error [实验.zip]: start of central directory not found;zipfile corrupt.(please check that you have transferred or created the zipfile in theappropriate BINARY mode and that you have compiled UnZip properly)解决
参考参考博客得知unzip无法解压大于4G的zip文件。需要安装7zip
sudo apt-get install p7zip-full
7za x 实验.zip成功。