p7zip on Linux
# 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
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
# 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
Comments
Post a Comment