up vote 4 down vote favorite
share [g+] share [fb]

7-zip for linux, does such a thing exist?

I mean actually 7-zip or a port, not another compression tool or command

link|improve this question

33% accept rate
feedback

7 Answers

up vote 9 down vote accepted

If you use Debian or Ubuntu it is in the standard repositories (http://packages.ubuntu.com/jaunty/p7zip) so you can install it with as little as

aptitude install pz7ip

or for the full version that includes other archive format support (http://packages.ubuntu.com/jaunty/p7zip-full):

aptitude install pz7ip-full

There are no doubt packages for it in the official repos for most other distributions too, probably with the same package names.

link|improve this answer
its text mode only, but it runs under wine decently – alpha1 Sep 7 '09 at 7:14
feedback

yeah, you can download source code from Download page and then compile it or there are also some unofficial packages for linux available on very same page

link|improve this answer
feedback

As far as I recall the Gnome Archive Manager has built in support for 7zip.

link|improve this answer
feedback

You can always run 7-zip in wine. It runs flawlessly.

link|improve this answer
You can also run Firefox, but why? The native port is perfect and ties into the file-roller interface. – salmonmoose Sep 7 '09 at 5:34
cause fileroller and ark and them all suck something bad. PEazip is better and runs the same gui on all platorms – alpha1 Sep 7 '09 at 7:15
Hmm. Never heard of PeaZip before. Personally, I just use atool. – Ryan Thompson Sep 7 '09 at 23:10
feedback

PeaZip - uses Myspace's POSIX port of 7z under Linux; supports all file formats that 7-zip supports. The GUI of PeaZip is also nicer than 7-zip's.

peazip.sourceforge.net

en.wikipedia.org/wiki/PeaZip

link|improve this answer
feedback

The default archive manager in Gnome and Xfce supports read/writing 7zip files. (I'm assuming it's builtin).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.