Unzip freebsd 7.2 iso.gz

I cannot unzip the freebsd 7.2 dvd for anything. I have downloaded it from three different places. I have used gzip, bzip2, p7zip, zcat, and tar, but I keep getting error messages. How do I unzip it so that I may burn the iso? I am running a linux box.
 
I ran this command: gzip -d <archived_iso>
and it said "not in gzip format"

p7zip said "unknown suffix -- ignored"

bzip2 said "not is gzip format"
 
c0mput3r said:
I ran this command: gzip -d <archived_iso>
and it said "not in gzip format"

p7zip said "unknown suffix -- ignored"

bzip2 said "not is gzip format"

use: gunzip filename
 
Back
Top