How to install 7-Zip [Linux]
- This topic has 1 reply, 1 voice, and was last updated 11 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › How to install 7-Zip [Linux]
7-Zip is a free and open-source file archiver, a utility used to place groups of files within compressed containers known as “archives”. It is developed by Igor Pavlov and was first released in 1999. 7-Zip has its own archive format called 7z, but can read and write several others.
Do not do both methods. Pick one that works for you.
Method 1
$ sudo apt update
$ sudo snap install p7zip-desktop
Method 2
$ sudo add-apt-repository universe
$ sudo apt update
$ sudo apt install p7zip-full p7zip-rar
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/p7zip-desktop_p7zip-desktop.desktop /snap/bin/p7zip-desktop %U
Another way to install:
$ sudo snap install p7zip-desktop
How to add auto open in p7zip for compressed files:
1. Right-click the compressed file.
2. Click “Open With Other Application…”.
3. Click “▸Use a custom command”.
4. Use this command …
env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/p7zip-desktop_p7zip-desktop.desktop /snap/bin/p7zip-desktop %U