unzip解压大文件失败提示End-of-central-directory signature not found

unzip解压大文件(>5G)报错

复制代码
unzip file.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 be found on
the last disk(s) of this archive.

解决方法

复制代码
sudo apt install p7zip-full
7za x file.zip 
相关推荐
liuyao_xianhui1 天前
Linux_基本指令1
linux·运维·服务器
守望时空331 天前
Linux挂载NTFS分区指南
linux
shan~~1 天前
linux达梦数据库操作
linux·数据库·chrome
liliangcsdn1 天前
LLM时代基于unstructured解析非结构化pdf
linux·服务器·数据分析
Codigger官方1 天前
Linux 基金会牵头成立 React 基金会:前端开源生态迎来里程碑式变革
linux·前端·react.js
武文斌771 天前
项目学习总结:LVGL图形参数动态变化、开发板的GDB调试、sqlite3移植、MQTT协议、心跳包
linux·开发语言·网络·arm开发·数据库·嵌入式硬件·学习
爱吃喵的鲤鱼1 天前
仿mudou——Connection模块(连接管理)
linux·运维·服务器·开发语言·网络·c++
让子弹飞021 天前
永久解决ubuntu网络连接问题
linux·运维·ubuntu
郝学胜-神的一滴1 天前
使用Linux的read和write系统函数操作文件
linux·服务器·开发语言·数据库·c++·程序人生·软件工程
七七七七071 天前
【Linux 系统】打开文件和文件系统
linux·运维·spring