UNZIP fails with large zip file

VMware ESXi 7.0u3 extract large zip file fail with short read.

unzip largefile.zip
Archive: largefile.zip
unzip: short read

Unable to unzip this because the built-in unzip does not support large zipfiles (greater than 4GB).
Fix this by uploading a version of unzip that supports zip64. solved by copying over the /usr/sbin/unzip binary from a VCSA VM to the host.

Windows 11 unzip file error 0x80004005 when extracting or copying.

Compression method is not supported by the built-in Windows extractor, instead to use 7-zip.

Ubuntu 22.04 unzip file error: invalid compressed data to inflate

zip -F file.zip --out file-large.zip
unzip file-large.zip