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

成功。

相关推荐
工藤新一¹3 小时前
Linux —— 虚拟进程地址空间
linux·运维·服务器·c/c++·虚拟进程地址空间
Aspiresky3 小时前
浅析Linux内核scatter-gather list实现
linux·dma·scatter/gather
奔跑吧 android4 小时前
【linux kernel 常用数据结构和设计模式】【数据结构 3】【模拟input子系统input_dev和input_handler之间的多对多关系】
linux·数据结构·input·kernel·input_dev·input_handler·input_handle
再难也得平4 小时前
Linux初级篇
linux·运维·服务器
小猫挖掘机(绝版)5 小时前
通过tailscale实现一台电脑上vscode通过ssh连接另一台电脑上的VMware Linux 虚拟机
linux·windows·vscode·ubuntu·ssh
attitude.x5 小时前
Swift 协议扩展与泛型:构建灵活、可维护的代码的艺术
运维·服务器·网络
ajassi20006 小时前
开源 C++ QT Widget 开发(十三)IPC通讯--本地套接字 (Local Socket)
linux·c++·qt·开源
止观止6 小时前
GitHub自动化利器:Probot框架实战指南
运维·自动化·github
方先森有点懒6 小时前
CentOS 7.2 虚机 ssh 登录报错在重启后无法进入系统
linux·运维·centos·ssh
shylyly_6 小时前
Linux->日志的实现
linux·运维·服务器