Opening a CBR with Archive Utility; avoiding cpgz/zip loop
Solution 1:
The Apple's Archive Utility seems incapable to unpack some archives including some legitimate .zip
files.
I looked at several GUI alternatives to set as default instead of the Archive Utility and settled on The Unarchiver which seems to be a seamless replacement.
If you have homebrew installed then it is:
homebrew cask install the-unarchiver
Open the app and set the default file types it should handle. You can also check to option to open the extracted archive in a new Finder window.
Also some file managers like Midnight Commander (brew install mc
) or Double Commander (brew cask install double-commander
) will handle the archive correctly.