unzip解压大文件(>5G)报错
unzip file.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.
解决方法
sudo apt install p7zip-full
7za x file.zip