Unzip error: unsupported compression method 99

老外的原話,自己看

The compression method 99 refers to Adavanced Encryption Standard encryption, which is not supported by unzip. However, you can use 7zip to unzip your password-protected file.

In Debian, do the followings:

# Install the full version 7zip.
sudo apt-get install p7zip-full
 
# Unzip your file.
7z  x  your-file.zip
 
# Or unzip your password protected file.
7z  x  -pPASSWORD  your-file.zip
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章