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

成功。

相关推荐
Spring_java_gg4 分钟前
如何抵御 Linux 服务器黑客威胁和攻击
linux·服务器·网络·安全·web安全
✿ ༺ ོIT技术༻4 分钟前
Linux:认识文件系统
linux·运维·服务器
会掉头发32 分钟前
Linux进程通信之共享内存
linux·运维·共享内存·进程通信
我言秋日胜春朝★35 分钟前
【Linux】冯诺依曼体系、再谈操作系统
linux·运维·服务器
饮啦冰美式1 小时前
22.04Ubuntu---ROS2使用rclcpp编写节点
linux·运维·ubuntu
wowocpp1 小时前
ubuntu 22.04 server 安装 和 初始化 LTS
linux·运维·ubuntu
wowocpp1 小时前
ubuntu 22.04 server 格式化 磁盘 为 ext4 并 自动挂载 LTS
服务器·数据库·ubuntu
Huaqiwill1 小时前
Ubuntun搭建并行计算环境
linux·云计算
wclass-zhengge1 小时前
Netty篇(入门编程)
java·linux·服务器