我一直在尝试将一个程序下载到我的新Ubuntu上,但是当我尝试用archive加载存档时,这个消息会一遍又一遍地出现。我找不到绕过它的方法。这意味着什么,我该如何解决这个问题?
Archive: /home/hans/Downloads/cfw_installer_5732_83.exe
[/home/hans/Downloads/cfw_installer_5732_83.exe]
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.
zipinfo: cannot find zipfile directory in one of /home/hans/Downloads/cfw_installer_5732_83.exe or
/home/hans/Downloads/cfw_installer_5732_83.exe.zip, and cannot find /home/hans/Downloads/cfw_installer_5732_83.exe.ZIP, period.发布于 2014-02-27 15:10:25
从您的问题中我可以看到,这是一个Windows .exe文件。您需要使用工具像酒一样才能在Ubuntu下运行Windows可执行文件,即使这样,它也不一定适用于所有程序。
https://askubuntu.com/questions/427086
复制相似问题