Unzip returns "Unsupported compression method 14"
These files were compressed using the LZMA algorithm (possibly using WinZip). LZMA archives are not supported by the unzip
command. I found that I could extract these files using 7z instead, as follows:
- Install p7zip (from source or package manager)
7z x filename.zip