Installed 7zip. Not working. And when removing, it says to remove Fileroller as well

5,014

Solution 1

First of all, p7zip that you have installed is a command line tool -- it has no reason to appear in the sidebar. You run it from command line. It is an obscure little tool and in the fifteen or so years I use Linux I never had the need to install it.

Second: you definitely do not need p7zip to open tar.gz files; this is the standard archive / compression in Unix, virtually any Unix comes with tools provided to open and handle that files. .tar is the archive that has been compressed with gzip to get the .tar.gz file.

The error message that you are getting indicates that your file is broken; it was not completely downloaded. This is why gzip complains. p7zip will not help you, you need to download the file again.

Third, the problem with dependencies is another issue. I tried to repeat your procedure, and did not observe the same problem. However, if it is a matter of keeping p7zip (which is not large), I'd just keep it.

Solution 2

7z is just a plugin/addon for file-roller, when installed you can open most of the archives using file-roller. You can also install from cli like so sudo apt-get install p7zip-full

when right clicked on a file you can choose to compress it and also choose which format
from there you can choose 7z. When right clicked an archive file, just choose extract

if you really want to remove 7zip run this in the gnome-terminal sudo apt-get remove p7zip-full. Via software-center down below you get a checkbox option, next to it should be file-roller, uncheck it, then only 7zip will be removed.

Share:
5,014

Related videos on Youtube

rainlover
Author by

rainlover

“merge keep” and "merge delete"

Updated on September 18, 2022

Comments

  • rainlover
    rainlover over 1 year

    I installed 7zip today from software centre but it won't showed up in launch bar (side bar). I did a lot but failed to open 7zip "window" from any where. I clicked it in dash but then I was sent to software center showing that it is installed. I just don't know how to start it. Nor it is showing in right-click menu.

    I actually wanted to open flareget which is in .tar.gz. Ubuntu's default archive opener isn't opening it and showing me this:

    enter image description here

    And if I try to remove 7zip, it's saying file-roller should also be removed:

    enter image description here

    What's going on and what's solution?

    • blade19899
      blade19899 over 11 years
      7z is just a "addon/plugin" with it file-roller can extract/compress 7z file
  • rainlover
    rainlover over 11 years
    Thanks for reply. Okay I will and what about uninstalling 7zip? It'll also remove file-roller.
  • blade19899
    blade19899 over 11 years
    if you really want to remove 7zip run this in the gnome-terminal sudo apt-get remove p7zip-full. Via software-center down below you get a checkbox option, next to it should be file-roller, uncheck it, then only 7zip will be removed.
  • rainlover
    rainlover over 11 years
    yeah. downloading that file again worked. and removed 7-zip via terminal. but didn't able to see that checkbox which you're talking about. Thanks blade. PS there's no option to mark above comment as answered. I've only option to mark that big reply as answered.