I installed p7zip_9.13 on Oracle Enterprise Linux 4.5. I can unzip the file if I let the sw prompt me for a password with this command: 7za x -y new_db.zip or 7za e -y new_db.zip

However, I get an error message if I try to use the passoword on the command line with this command: 7za x -y -ptrypasswd new_db.zip or 7za e -y -ptrypasswd new_db.zip

This is the error message I get:

Processing archive: new_db.zip

Extracting new_db.bak Data Error in encrypted file. Wrong password?

Sub items Errors: 1

I have tried -p and -P as well as using quotes around the password but have had no success.

Can anyone help me?