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

成功。

相关推荐
梦想很大很大15 小时前
拒绝“盲猜式”调优:在 Go Gin 项目中落地 OpenTelemetry 链路追踪
运维·后端·go
Sinclair17 小时前
内网服务器离线安装 Nginx+PHP+MySQL 的方法
运维
叶落阁主17 小时前
Tailscale 完全指南:从入门到私有 DERP 部署
运维·安全·远程工作
0xDevNull1 天前
Linux切换JDK版本详细教程
linux
进击的丸子1 天前
虹软人脸服务器版SDK(Linux/ARM Pro)多线程调用及性能优化
linux·数据库·后端
字节逆旅1 天前
ubuntu应用深度守护
ubuntu
甲鱼9292 天前
MySQL 实战手记:日志管理与主从复制搭建全指南
运维
Johny_Zhao2 天前
OpenClaw安装部署教程
linux·人工智能·ai·云计算·系统运维·openclaw
chlk1234 天前
Linux文件权限完全图解:读懂 ls -l 和 chmod 755 背后的秘密
linux·操作系统
舒一笑4 天前
Ubuntu系统安装CodeX出现问题
linux·后端