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 
相关推荐
bigdata-rookie34 分钟前
kafka SASL/PLAIN 认证及 ACL 权限控制
大数据·运维·服务器·分布式·zookeeper·kafka
渡我白衣36 分钟前
Linux操作系统之进程(四):命令行参数与环境变量
linux
藥瓿亭38 分钟前
2024 CKA模拟系统制作 | Step-By-Step | 18、题目搭建-备份还原Etcd
linux·运维·服务器·ubuntu·kubernetes·etcd·cka
angushine44 分钟前
Docker设置代理
运维·docker·容器
洁✘1 小时前
lvs-keepalived高可用群集
linux·服务器·lvs
不会c嘎嘎1 小时前
Linux --进度条小程序更新
linux·小程序·apache
伤不起bb2 小时前
负载均衡群集---Haproxy
运维·负载均衡·lvs
行之文2 小时前
Debian 11之解决daemon.log与syslog文件占用空间过大问题
运维·debian
行之文2 小时前
Debian 11 之使用hostapd与dnsmasq进行AP设置
运维·网络·debian
洁✘2 小时前
LVS 负载均衡群集
运维·负载均衡·lvs