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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-04-2003, 08:35 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 21
Rep:
|
Decompression Problem
Hi people,
I am running KDE interface and everytime I am trying to uncompress .zip file by double clicking those files. It indicate that it is an empty compression.
But when I am open it with winzip (win32 ) program it manage to unzip the directory.
Does anyone have the same problem?
Regards,
Andrew 
|
|
|
08-04-2003, 08:42 AM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
fire up a terminal and try:
unzip <name of the file>
If it's a real .zip file 
|
|
|
08-04-2003, 09:01 AM
|
#3
|
Member
Registered: Jul 2003
Location: Toronto, Canada
Distribution: Gentoo
Posts: 720
Rep:
|
Or you can use tar
Hello,
I'd suggest getting used to tar
man tar, info tar
You can unzip, untar, un.. almost whatever you want with it.
Except for rar, but.. I'm looking into maybe adding that and contributing it.
tar -xvzf <name>
T'Eval
|
|
|
08-04-2003, 03:09 PM
|
#4
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
And for batch processing how about (it comes as standard with Red Hat 9)
NAME
gitunpack - GNU Interactive Tools - Unified archive unpacking
SYNTAX
gitunpack dir files...
DESCRIPTION
gitunpack is a shell script that accepts a directory and a set of
archives as its command line parameters, and then attempts to unpack
those archives in the given directory, selecting the utility used to
unpack the archives based on the archive extensions.
|
|
|
All times are GMT -5. The time now is 05:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|