error: invalid zip file with overlapped components (possible zip bomb)

问题

正常下载的压缩文件(KITTI)用unzip命令无法解压缩,但压缩文件本身是没有问题的。

解决

参考

https://blog.csdn.net/weixin_41919236/article/details/85936680

先安装p7zip

sudo apt-get install p7zip
sudo apt-get install p7zip-full
sudo apt-get install p7zip-rar

再使用p7zip进行解压
7z x 001.zip

你可能感兴趣的:(#,Code,unzip,ubuntu)