GNU/Linux openSUSE Unzip 7z Files
The Tutorial shows you How to Decompress/Extract/Unarchive/Unzip the 7-Zip Files in openSUSE GNU/Linux Desktop.
The core 7z Compression uses a Variety of Algorithms, the most common of which are bzip2, PPMd, LZMA2, and LZMA. Developed by Pavlov, LZMA is a relatively New System, making its debut as part of the 7z Format.
.
1. Terminal QuickStart
How to QuickStart with Command Line on openSUSE
.
2. Installing 7Zip
Then to Install 7-Zip Command Line Tool on openSUSE
By the Terminal Shell:sudo zypper in p7zip
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
.
3. Extracting 7Zip File
Double-Click/Right-Click on File to Unzip with Archive Manager.
Or to Extract the 7-Zip Archives on Shell use:
p7zip -d [my7ZippedFile].7z
Possibly to see the other Options play:p7zip --help