今天在解压一个文件时出现:tart of central directory not found; zipfile corrupt. (please check that you have transferred or……后面排查出来是文件太大问题,有8个G!
然后试了用tar -zxvf不行,安装P7zip,软件apt-get install p7zip成功后,运行7za,报错bash: 7za: command not found。
后面用
apt install p7zip-full
解决问题
sudo apt install p7zip-full //Ubuntu/Debian based OS
sudo pacman -S p7zip //Manjaro/Arch based OS
sudo dnf install p7zip //AlmaLinux/Fedora/RHEL based OS
玄机博客
© 版权声明
本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
THE END
请登录后查看评论内容