What is a Linux equivalent to pkzip or winzip or the GUI version of 7zip?

GUI-based applications like PKZIP and winzip (and the GUI version of 7z/7zip) let us browse around our directories and create a compressed file that contains lots of different directories and files, complete with [partial or full] paths.

What is the equivalent on Ubuntu Linux (specifically, 64-bit Ubuntu 12.04)?


Solution 1:

The default archive manager for Gnome is called file-roller, that should be installed in your distribution. Otherwise you can install it typing in a terminal:

sudo apt-get install file-roller

For 7z archives you'll need p7zip package installed too:

sudo apt-get install p7zip*

With those two tools you can also encrypt, put a password to your compressed files.

Alternative: xarchiver

sudo apt-get install xarchiver

Solution 2:

PeaZip enter image description hereenter image description here

I can't believe I learn about this program only now, after using ubuntu for a year, reading omgubuntu.co.uk, webupd8.org etc. :) As you can see it has all one would need.
It is installed via deb package. For me it installed without errors but I didn't get a Dash shortcut for it. Since the portable version (no installation required) works fine, I won't bother troubleshooting it. Right click > View Image for higher resolutions.