我使用右键单击,然后压缩压缩文件夹名为m1,得到m1.zip文件夹,但当我再次尝试解压缩时,我得到了。
Archive: m1.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.
note: m1.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of m1.zip or
m1.zip.zip, and cannot find m1.zip.ZIP, period.
发布于 2022-04-03 09:29:45
这个问题正如所述。解压缩无法找到指示归档结束的代码行,因此可以:
你可以试试这个解决方案:-
jar xvf m1.zip
步骤:
新文件的位置各不相同,但找到它们的最简单方法是在Finder中单击计算机的名称,这将在所有文件的顶部显示最新的活动。
您可以参考这。
如果jar命令不可用,则可以通过在终端中粘贴以下内容来安装terminal:
sudo apt-get install fastjar
https://askubuntu.com/questions/1400660
复制相似问题