Linux unzip 解压缩过大文件包问题
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1. 处理背景
Centos 7.5 minimal 版本
40G zip压缩包
zip压缩包过大,上传到linux系统再解压缩,zip报错。
2. 安装包
通过查找资料,可以通过安装 p7zip解决。但是测试环境联网状态也无法通过yum安装,找不到源包。考虑后期可能要在离线环境安装,所以这里下载离线包安装。
rpm包下载:
https://centos.pkgs.org/7/epel-x86_64/p7zip-16.02-20.el7.x86_64.rpm.html
可以按照文章提示下载gcc依赖包,这里也给一个测试环境使用的包:
链接:https://pan.baidu.com/s/11sEvQEhI8124J0A-1pe9Cw
提取码:62qu
*如果是在线的环境下,可以通过如下yum 命令安装:
yum -y install "gcc-c++.x86_64"
进入上传目录后安装gcc和p7zip即可:
rpm -Uvh *.rpm --nodeps --force
p7zip使用命令:
7za x 压缩包 -r -o/path
x 代表解压缩文件,并且是按原始目录树解压(参数 e 也是解压缩文件,将所有文件都解压到根下,而不是自己原有的文件夹下)
-r 表示递归解压缩所有的子文件夹
-o 是指定解压到的目录,-o后是没有空格,直接接目录
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献2条内容
所有评论(0)