[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00551) Re: Opening extensions .tar?



Could you please be more specific, what is your operating system?
If it is Linux just try
tar xzvf 1.07a.tar.gz
But is depends on the version, if it doesn't work try
gunzip -c 1.07a.tar.gz | tar xzvf -
this should work on most unix flavors.
Dalmiro