复现
$ unzip test.zip
Archive: test.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.
unzip: cannot find zipfile directory in one of test.zip or
test.zip.zip, and cannot find test.zip.ZIP, period.
原因
unzip默认解压大小小于2G
安装7za
wget --no-cookie --no-check-certificate https://jaist.dl.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2
tar -jxvf p7zip_16.02_src_all.tar.bz2
cd p7zip_16.02
sudo make && make install
执行解压命令:
7za x test.zip
原创文章,作者:站长,如若转载,请注明出处:https://wsppx.cn/1391/%e7%bd%91%e7%ab%99%e9%83%a8%e7%bd%b2/

相关推荐
-
postman使用pre-request-script,可以减少手动获取cookie的次数
前言 一般公司都是使用sso单点登录,接口是oauth2.0标准的,每次请求都需要将Authorization带上。而这个字段又需要从页面上手动登录后再获取,比较麻烦,这里推荐使用…
-
黑群晖:此帐户的密码已过期。请联系系统管理员。
进入到PE界面 如果是esxi系统,或者其他虚拟机系统,给黑群晖的系统添加一个cd盘,里面挂载大白菜或者老毛桃ios pe镜像。 开机进入到pe镜像 打开dg软件,选择一个2.4g…
-
win10修改administrator 账号名称
如果正常通过控制面板-账户-修改用户名即可,就不需要按下面的看了,我的是无法修改 打开可以按 Win +R 组合键,输入:netplwiz 命令,确定或回车,打开用户账户 双击修改…
-
docker安装svn
下载镜像 运行容器 进入到容器修改配置 创建仓库 修改三个配置文件 vi svnserve.conf vi passwd vi authz 退出容器即可访问,端口是3690
-
PVE 系统更换主机没有网络的问题
当你在A机器上安装好了pve系统,现在想直接把A机器的pve系统硬盘换到B机器上,那么由于B机器的网口和A不一样,导致启动之后没有网络 解决方法 通过ip addr show查看当…
-
Gin跨域问题和307重定向问题
问题重现 后端做了跨域处理 2. 前端请求/register/会报跨域,但是请求其他的就不会报错 原因 原请求应为 /api/v1/register,实际为 /api/v1/reg…
-
k8s Master节点部署controller-manager(二)
目标机器 hdss7-21 hdss7-22 部署kube-scheduler 下面都是以hdss7-21为例子,在hdss7-22同样的操作 2.创建启动脚本 3.创建super…
-
k8s安装Node节点之部署kubelet(三)
操作机器 hdss7-21 hdss7-22 2、创建生成kubelet服务端证书csr的json配置文件在hdss7-200.host.com上操作 3、生成拷贝kubelet证…
-
配置本地nginx代理文件服务
关闭selinux 不关闭nginx会403 2021/11/18 15:33:07 [error] 7250#7250: *23 opendir() “/data/d…