Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
 |
07-09-2003, 01:43 AM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 10
Rep:
|
how to decompress file from diskette
Hi,
I have a problem.
I just downloaded a RPM file from the internet and the size is 1.9MB. I saved into my C drive. They i use winzip to compress it and save it into A: drive/floppy. It required 2 diskettes to store the file. Actually i want to transfer the RPM file to Linux Redhat PC. May i know how to decompress the file which i compressed into diskette just now?
thanks.

|
|
|
07-09-2003, 02:00 AM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
man unzip
Cheers,
Tink
|
|
|
07-09-2003, 02:11 AM
|
#3
|
Senior Member
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113
Rep: 
|
I need to 'man unzip' again myself but I think he's going to have trouble. As far as I know, gunzip and such is pkzip-compatible (mostly) but doesn't support multi-volume PKZip-type archives.
I'm guessing you don't have a dual boot machine, a Linux and Windows box networked, a CD burner, or a connection to the net with Linux? Because any of those would get you around the multi-floppy transfer issue.
There are some *nix utilities for DOS/Win and Cygwin, of course. Maybe unpack it in Windows and copy two halves to two floppies in unpacked form and copy them back to one directory in Linux. *g*
But maybe I'm out of it and you can just unzip it.
|
|
|
07-09-2003, 02:18 AM
|
#4
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Multi-part archives are not yet supported, except in con-
junction with zip. (All parts must be concatenated
together in order, and then ``zip -F'' must be performed
on the concatenated archive in order to ``fix'' it.) This
will definitely be corrected in the next major release.
Cheers,
Tink
|
|
|
07-09-2003, 03:32 AM
|
#5
|
LQ Newbie
Registered: Jul 2003
Posts: 10
Original Poster
Rep:
|
Is anyone can help me to give me the command to extract the zip file from multiple span disk?
i don't understand the unzip man. it's too complicated.

|
|
|
07-09-2003, 03:43 AM
|
#6
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
I'm taking bits of pieces of the above conversation, but try this:
Copy all the files from both floppies to a single location. You might even create a temp directory for this to ensure that's all that is in that location. Then, after the files are in a place you can find easily, open up a console and type:
cd /path/to/files
cat file1.zip file2.zip > single.zip
Changing /path/to/files to the actual location, and file1.zip and file2.zip to the actual filenames.
After that run:
zip -F single.zip
This repairs the zip from the cat'ing, and then:
unzip single.zip
To have it unzipped and working.
HTH
Cool
|
|
|
07-09-2003, 02:55 PM
|
#7
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
You should encourage people to
think rather than thinking for them
Master ;} ... we don't want a new
monopoly of knowledge and thought ;)
Cheers,
Tink
|
|
|
07-09-2003, 02:59 PM
|
#8
|
Senior Member
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep: 
|
Just use gunzip, its much easier than a command line...
Command lines have their place. File manipulation usually isn't one of them.
|
|
|
07-09-2003, 07:22 PM
|
#9
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Unless I'm missing something, isn't gunzip a utility used to uncompress gzipped files? I know if I call gunzip, I get an error because it's looking for a gzipped file, all in the command line.
Could you clarify, or link us to, the application you are referring to?
Tink:
I know, I know  I agree, but things like this probably don't come along often enough for them to need to know how to do it, not yet anyway.
Cool
|
|
|
07-09-2003, 11:44 PM
|
#10
|
Senior Member
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep: 
|
gnozip, sorry...
I beleive it is a graphical front end for a command line program, but it makes it easier to work with, which is, after all, the point of a gui.
|
|
|
All times are GMT -5. The time now is 02:56 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
|
|