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 
相关推荐
桑榆4163 小时前
双系统(Windows + Ubuntu)安装流程
linux·windows·ubuntu
jerryinwuhan7 小时前
《系统部署与运维》开篇 课程介绍
运维
ltl9 小时前
实时 OS 巡礼:VxWorks、QNX、Zephyr 与 PREEMPT_RT
linux
我是谁??9 小时前
Ubuntu22.04更换清华源
linux·运维·服务器
Shell运维手记10 小时前
Linux 常用基础命令学习笔记
linux·运维·笔记·学习·算法·github
朴马丁10 小时前
国际与国产PLM在精细化工赛道的布局:2026年主要厂商技术特色
大数据·运维·人工智能·流程行业plm·化工新材料
Elastic 中国社区官方博客11 小时前
Elasticsearch:使用 AI Agent 来创建 workflow
大数据·运维·人工智能·elasticsearch·搜索引擎·自动化·全文检索
测试运维日常笔记12 小时前
Linux系统安装配置TigerVNC服务器完整指南
linux·运维·服务器
喜欢的名字被抢了12 小时前
程序出问题怎么查,以及如何让它不掉线
java·运维·数据库
雾时之林12 小时前
Linux----cron定时服务
linux·运维·服务器