LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is there a unzip software out there...? (https://www.linuxquestions.org/questions/linux-software-2/is-there-a-unzip-software-out-there-26918/)

Ich_hoffe 07-31-2002 01:52 PM

Is there a unzip software out there...?
 
Is there a unzip software out there that unpacked,that will unpack
automatic.

Like when we take .tar file and drop into a dir. and unpack automatic.
Is there something like for linux.I know I have for WINDOWS 98,I hope MANDRAKE got one too.

:rolleyes:

Infinity 07-31-2002 02:25 PM

You can use the info-zip utilities to manipulate ZIP archives with directories, if that's what you're talking about.

You can find them on rpmfind.net, search for zip.

naz 08-01-2002 03:02 PM

What you need is unzipsfx - this is in the UnZip package for RH/MDK. This program should already have been installed on your Mandrake system - if not, grab the rpm from your closest mandrake mirror.

Simple unzipsfx usage instructions:

$ cat `which unzipsfx` letters.zip > letters
$ chmod 755 letters
$ zip -A letters

man unzipsfx for more information

naz

Ich_hoffe 08-20-2002 04:47 PM

Tar.gz answer??
 
I`m looking for to decompress tar.gz.
I have litle time to playing around in konsole(shell) I like quick and easy to decompress tar.gz.

mavness 08-20-2002 05:55 PM

type in

tar -xzf name_of_file.tar.gz

neo77777 08-20-2002 09:33 PM

There is karchive http://rpmfind.net/linux/rpm2html/se...query=karchive and gnozip http://rpmfind.net/linux/rpm2html/se...p?query=gnozip , if you are talking about GUI tools. And they should come on your Mandrake CD's as well

tied2 08-23-2002 07:06 AM

You can allways use midnight commander it works well for that.

pmaloney 08-23-2002 10:24 AM

I use Lycoris Desktop/LX and in Konqueror, if you right click the file there is a selection to "extract here". it works with tar.gz, zip, and some others. Really nice conveinince feature...

MasterC 08-24-2002 12:37 AM

I don't know if Karchive is the same thing as ark, if not, ark is a good gui tool. Also recently I have been checking out the ROX thing over at http://rox.sourceforge.net and they have another gui option that appears to be able to handle just about any form of compression I have ever come across.

Cool

bsdaemon 08-21-2019 04:36 PM

Re: Decompression tools
 
Yep, Ark will handle almost any archiving algorithm natively, and you can add extensions for proprietary apps, such as RAR and ZOO.

I usually use tied2's method....Midnight Commander will decompress damn nearly anything!

Jan K. 08-21-2019 06:13 PM

So not much has changed in seventeen years? :study:

Shadow_7 08-21-2019 08:22 PM

tar, 7zip, and various other CLI tools. Don't know of any that automatically does it via GUI. But I mostly don't use gui's. At least not for much more than a web browser and a terminal with a custom font.

ehartman 08-22-2019 07:22 AM

Quote:

Originally Posted by Shadow_7 (Post 6028019)
tar, 7zip, and various other CLI tools.

zutils will handle most Linux compression tools automatically:
www.nongnu.org/zutils/zutils.html

Mill J 08-22-2019 07:54 AM

As mentioned by @Jan K, this thread was started in 02...


All times are GMT -5. The time now is 02:47 AM.