What's a good program to unrar, unzip a file?

Booting, installing, newbie
Post Reply
Message
Author
jacatone
Posts: 380
Joined: Mon 26 Feb 2007, 09:16

What's a good program to unrar, unzip a file?

#1 Post by jacatone »

In Windows I use Winrar which will uncompress just about any compressed file format. Tried the zip program in PL, but it doesn't extract or unzip any file I've tried. Anyone have a good alternative?. Thanks.

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#2 Post by Makoto »

Peazip, maybe? (http://peazip.sourceforge.net/; there are a few pets and sfs versions of it on the forum, though I usually just use the 'portable' Linux version).
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

postfs1

#3 Post by postfs1 »

I use this: peazip-3.6.LINUX.GTK2-1.i586.rpm with icon from here: icons-slick-3.5.9-1ark.i586.rpm(Arklinux-2008).

wingevil
Posts: 30
Joined: Fri 28 Oct 2011, 14:27

#4 Post by wingevil »

I take always unrar in a terminal. It's very fast and handles password-protected archives as well as multi-files archives. Just type

Code: Select all

unrar x <filename>
and you're ready for taking off... :)

User avatar
Makoto
Posts: 1665
Joined: Fri 04 Sep 2009, 01:30
Location: Out wandering... maybe.

#5 Post by Makoto »

unrar only handles .rar archives, though, last I checked. :) The OP is looking for a program to handle more than one archive type.
[ Puppy 4.3.1 JP, Frugal install ] * [ XenialPup 7.5, Frugal install ] * [XenialPup 64 7.5, Frugal install] * [ 4GB RAM | 512MB swap ]
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).

User avatar
Monsie
Posts: 631
Joined: Thu 01 Dec 2011, 07:37
Location: Kamloops BC Canada

What's a good program to unrar, unzip a file?

#6 Post by Monsie »

Hi jacatone,

Barry K has recently added support for .rar files to pupzip. You can get the update from Woof. See his blog post at http://bkhome.org/blog/?viewDetailed=02828 for the specific details.

Monsie
My [u]username[/u] is pronounced: "mun-see". Derived from my surname, it was my nickname throughout high school.

wingevil
Posts: 30
Joined: Fri 28 Oct 2011, 14:27

#7 Post by wingevil »

Makoto wrote:unrar only handles .rar archives, though, last I checked. :) The OP is looking for a program to handle more than one archive type.
for ZIP-archives I take 7z in the cli

Code: Select all

7z x <archive-file>

Sylvander
Posts: 4416
Joined: Mon 15 Dec 2008, 11:06
Location: West Lothian, Scotland, UK

#8 Post by Sylvander »

I use Xfe...

See HERE where it says:
"Create archives (tar, compress, zip, gzip, bzip2, xz and 7zip formats are supported)
Extract archives (tar, compress, zip, gzip, bzip2, xz, lzh, rar, ace, arj and 7zip formats are supported)
"

It's really easy to right-click on an item [or highlighted list of items], and [for example] choose "Extract to here".

User avatar
666philb
Posts: 3615
Joined: Sun 07 Feb 2010, 12:27
Location: wales ... by the sea

#9 Post by 666philb »

xarchive which is in puppy will do zips and rars, the problem is that it's not usually associated with .rar & .zip files, so you need to right click on a .zip and .rar, and choose 'set run action' and type

Code: Select all

xarchive "$@"
into the command box.

rars & zips should then extract when clicked on
Bionicpup64 built with bionic beaver packages http://murga-linux.com/puppy/viewtopic.php?t=114311
Xenialpup64, built with xenial xerus packages http://murga-linux.com/puppy/viewtopic.php?t=107331

User avatar
eztuxer
Posts: 494
Joined: Thu 06 Nov 2008, 11:19
Location: Hungary
Contact:

#10 Post by eztuxer »

Thanks 666philb.
Works fine.
Any tips on how to bypass pesky passwords encrypted in some files ? :shock:
Don't poop it down... Pup it Up !

Post Reply