loader image

How to install 7-Zip [Linux]

What makes us different from other similar websites? Forums Tech How to install 7-Zip [Linux]

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5555
    thumbtak
    Keymaster

    logo
    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.
    screenshot-1
    screenshot-2

    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

    #7056
    thumbtak
    Keymaster

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
TAKs Shack