Click to See Complete Forum and Search --> : wordperfect 8 download
jacktux
11-08-2001, 11:22 PM
hello again,
i finally got the cdrom to work and tryed to install wordperfect8 on mandrake 8.1
it told me that i need to unzip the files??/ Can i use zip programs for linux??? :cool:
bdg1983
11-09-2001, 07:28 AM
Yes you can. It's called gzip or gunzip.
Actually gzip can do extraction and zipping.
gzip -d filename...
gunzip filename
The manpages explains all. man gzip
Mr Myaghi
11-12-2001, 07:24 PM
that's true but not the whole truth. There are gzip files (more common) and there are just ordianary zip files. For gzip files use gunzip filename, but for zip files use: unzip filename
That should work.
bdg1983
11-13-2001, 06:51 AM
I stand corrected.
I usually just right-click (using KDE) on the zip and select extract here.