Ubuntu 大压缩文件解压工具

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 the
  appropriate BINARY mode and that you have compiled UnZip properly)

解决

参考参考博客得知,unzip无法解压大于4G的zip文件。需要安装7zip:

复制代码
sudo apt-get install p7zip-full
7za x 实验.zip

成功。

相关推荐
喜欢你,还有大家2 小时前
Docker-仓库-镜像制作
运维·docker·容器
安审若无3 小时前
图数据库neoj4安装部署使用
linux·运维·数据库
做运维的阿瑞3 小时前
CentOS DNS故障排查完整解决方案:从症状到根因的系统化诊断
linux·运维·centos
QT 小鲜肉4 小时前
【个人成长笔记】在 Linux 系统下撰写老化测试脚本以实现自动压测效果(亲测有效)
linux·开发语言·笔记·单片机·压力测试
深圳市恒讯科技4 小时前
英国服务器Windows系统远程桌面安装与优化
运维·服务器·windows
itachi-uchiha4 小时前
head和tail命令使用
linux·运维·服务器
violet-lz4 小时前
Socket编程实战:从基础API到多线程服务器
运维·服务器
初学者_xuan5 小时前
零基础新手小白快速了解掌握服务集群与自动化运维(十六)集群部署模块——LVS-DR&TUN模式配置
运维·自动化·lvs
toooooop85 小时前
Nginx 反向代理 HTTPS CDN 配置检查清单(避坑版)
运维·nginx·https·cdn
馨谙5 小时前
SELinux 故障排除完全指南:从拒绝访问到快速修复
linux