LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-31-2002, 01:52 PM   #1
Ich_hoffe
Member
 
Registered: Jun 2002
Posts: 68

Rep: Reputation: 15
Arrow 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.

 
Old 07-31-2002, 02:25 PM   #2
Infinity
Member
 
Registered: Sep 2001
Location: USA
Distribution: Fedora 10, Nokia N800 OS2008
Posts: 56

Rep: Reputation: 15
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.
 
Old 08-01-2002, 03:02 PM   #3
naz
Member
 
Registered: Aug 2002
Location: Malaysia
Distribution: RedHat
Posts: 58

Rep: Reputation: 15
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

Last edited by naz; 08-01-2002 at 03:07 PM.
 
Old 08-20-2002, 04:47 PM   #4
Ich_hoffe
Member
 
Registered: Jun 2002
Posts: 68

Original Poster
Rep: Reputation: 15
Question 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.
 
Old 08-20-2002, 05:55 PM   #5
mavness
Member
 
Registered: Aug 2002
Location: Chicago
Distribution: Debian 3.1
Posts: 45

Rep: Reputation: 15
type in

tar -xzf name_of_file.tar.gz
 
Old 08-20-2002, 09:33 PM   #6
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
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
 
Old 08-23-2002, 07:06 AM   #7
tied2
Member
 
Registered: Jun 2002
Location: Florida
Distribution: Redhat, FreeBSD, FC 6
Posts: 220

Rep: Reputation: 30
You can allways use midnight commander it works well for that.
 
Old 08-23-2002, 10:24 AM   #8
pmaloney
LQ Newbie
 
Registered: Aug 2002
Location: Hamilton, Ontario
Distribution: SuSE 8.2, RH9, Lycoris
Posts: 26

Rep: Reputation: 15
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...
 
Old 08-24-2002, 12:37 AM   #9
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 08-21-2019, 04:36 PM   #10
bsdaemon
LQ Newbie
 
Registered: Aug 2019
Location: The People's Republic of Boulder, CO
Distribution: Slackware 14.2
Posts: 18
Blog Entries: 2

Rep: Reputation: Disabled
Talking 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!
 
Old 08-21-2019, 06:13 PM   #11
Jan K.
Member
 
Registered: Apr 2019
Location: Esbjerg
Distribution: Windows 7...
Posts: 773

Rep: Reputation: 489Reputation: 489Reputation: 489Reputation: 489Reputation: 489
So not much has changed in seventeen years?
 
Old 08-21-2019, 08:22 PM   #12
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
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.
 
Old 08-22-2019, 07:22 AM   #13
ehartman
Senior Member
 
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674

Rep: Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888Reputation: 888
Quote:
Originally Posted by Shadow_7 View Post
tar, 7zip, and various other CLI tools.
zutils will handle most Linux compression tools automatically:
www.nongnu.org/zutils/zutils.html
 
Old 08-22-2019, 07:54 AM   #14
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
As mentioned by @Jan K, this thread was started in 02...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unzip Jeebizz Slackware 5 08-28-2005 04:07 AM
Unzip Jmcatch742 Linux - Software 4 08-01-2004 12:52 PM
how do you unzip something slacker2007 Linux - Newbie 2 08-01-2004 11:19 AM
unzip thanko Linux - Software 13 05-02-2003 05:16 AM
Unzip? lintadsl Linux - General 6 12-01-2002 04:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration