Unzipping Large ZIP Archives on Mac (like latest Microsoft Edge VM)

99封情书 提交于 2019-12-03 05:43:56

问题


After trying to unzip the latest Microsoft Edge Vm zip file on my mac I end up with a *.cpgz file.

Its supposed to result in a *.ova file for virtualBox.

Anyone know how to fix this?


回答1:


http://mattormeeple.com/2015/08/19/unzipping-large-zip-archives-on-mac-like-latest-microsoft-edge-vm/

Running the following worked great (ditto is installed by default):

$ ditto -x -k Microsoft\ Edge.Win10.For.Windows.VirtualBox.zip edge  



回答2:


Tar worked for me e.g. tar -xvf MSEdge.Win10_RS1.VirtualBox.zip




回答3:


The way we recommended for the VMs in dev.modern.ie is to use The Unarchiver. You can know more about how to unzip them in the instructions (page 2).

Also the files are zip64, so any software that can handle them should be ok.



来源:https://stackoverflow.com/questions/32142947/unzipping-large-zip-archives-on-mac-like-latest-microsoft-edge-vm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!