LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 07-09-2003, 01:43 AM   #1
william43
LQ Newbie
 
Registered: Jul 2003
Posts: 10

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

 
Old 07-09-2003, 02:00 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
man unzip

Cheers,
Tink
 
Old 07-09-2003, 02:11 AM   #3
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
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.
 
Old 07-09-2003, 02:18 AM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
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
 
Old 07-09-2003, 03:32 AM   #5
william43
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Original Poster
Rep: Reputation: 0
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.

 
Old 07-09-2003, 03:43 AM   #6
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'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
 
Old 07-09-2003, 02:55 PM   #7
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
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
 
Old 07-09-2003, 02:59 PM   #8
JaseP
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: Reputation: 157Reputation: 157
Just use gunzip, its much easier than a command line...

Command lines have their place. File manipulation usually isn't one of them.
 
Old 07-09-2003, 07:22 PM   #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
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
 
Old 07-09-2003, 11:44 PM   #10
JaseP
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: Reputation: 157Reputation: 157
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.
 
  


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
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
Can't decompress tar.bz2 (kde theme file) dauphinfay Linux - Software 5 10-24-2005 02:23 PM
I can't decompress qt bcf2 Linux - Newbie 3 10-29-2004 09:19 PM
how to save the file to floppy diskette? eye Red Hat 1 12-15-2003 03:51 AM
how to decompress gzip file with extension .cif? priya Linux - Software 1 09-05-2003 01:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:20 PM.

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