Why does the password for a zip-file not work?

I've tried to unpack a password-protected zip-file on Ubuntu 14.04. Although I am absolutely sure the password I use is correct the built-in unzip-function gives an "unknown error".

1 Answer

Install 7zip via your package manager or type

sudo apt-get install p7zip

in your terminal. Then try it again.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like