On Thu, Jul 01, 1999 at 10:56:04PM +0200, Cuno Sonnemans wrote: > Hi, > > I've downloaded GUILGNL0.GZ (WP8 language module). > Now I want to try to extract it. > I've tried, tar -xzvf .............., and gunzip ................ . > In both cases I got the message: not a gzip format. > How is this possible and what is the way to extract GUILGNL0.GZ !!! > > HTH > > Cuno Sonnemans
Hi, tar zxvvf worked for me on WP 8 language modules. Maybe the file was corrupted on download. I've heard that some browser will do tranlations on a file when downloading. If you downloaded use and ftp client, were you in binary mode ? Try doing: $ file GUILGNL0.GZ and see if it says that it is gzip compressed data. Gerald