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

成功。

相关推荐
獭.獭.42 分钟前
Linux -- 文件【下】
linux·服务器·文件系统·软硬链接·inode·ext2
破刺不会编程3 小时前
socket编程UDP
linux·运维·服务器·网络·c++·网络协议·udp
ayaya_mana4 小时前
Nginx性能优化与安全配置:打造高性能Web服务器
运维·nginx·安全·性能优化
NEXU59 小时前
Linux:套接字
linux·服务器·网络
我不要放纵10 小时前
docker
运维·docker·容器
morliz子轩10 小时前
基于WSL搭建Ubuntu 22.04.x LTS开发环境
linux·运维·ubuntu
BJ_Bonree10 小时前
数智先锋 | 告别运维黑盒!豪鹏科技×Bonree ONE构建全栈智能可观测体系
运维·科技
Janspran11 小时前
嵌入式linux学习 -- 进程和线程
linux·运维·学习
Cosmoshhhyyy11 小时前
linux远程部署dify和mac本地部署dify
linux·运维·macos
路多辛13 小时前
Debian新一代的APT软件源配置文件格式DEB822详解
linux·运维·ubuntu·debian