Mandrake Linus ??

RTWMooseMan

Junior Member
Sep 18, 2002
24
0
0
Could someone recommend a program to download for unzipping/zipping programs using Mandrake Linux OS. TY
 

Dreadogg

Golden Member
Mar 1, 2001
1,780
0
76
what are you talking about, maybe your just dealing with a ISO image file or bin cue.
 

RTWMooseMan

Junior Member
Sep 18, 2002
24
0
0
I am new to Linux, never used it beofre, and am unsure WinZip will work on a Linux OS. Before I go and start messing with things on my own, I figured I would ask the guru's in here : )
Just need to know what Zip utility people have had good luck with using this OS.
 

Heisenberg

Lifer
Dec 21, 2001
10,621
1
0
Depending on which compression format is used:

*.gz - use "gunzip"

*.zip - use "unzip"

Both of these should already be installed. You run them from a shell prompt and the syntax is "unzip file.zip". There's several different options for each one - do a "man unzip" or "man gunzip" for a complete explanation.
 

Dreadogg

Golden Member
Mar 1, 2001
1,780
0
76
think there is a utility called gzip, something like that. Sorry I though you were just tring to burn a image file so you could install it.