Revision history [back]
click to hide/show revision 1
initial version

posted Feb 03 '11 at 11:12

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi David, both files are in tar format - just find a program that opens tar files. I think WinRar does, you can also try 7zip. On a Unix system it is possible to use following commands wget tar xvf somefile.tar Also those archives might be zipped and the extensions usually are: `.gz` or `.tgz` in that case the command to extract will have an extra "z" parameter (unzip) tar xvfz somefile.tar.gz or tar xvfz somefile.tgz
click to hide/show revision 2
No.1 Revision

posted Feb 03 '11 at 11:13

Evgeny%20Fadeev's gravatar image

Evgeny Fadeev
5771

Hi David, both files are in tar format - just find a program that opens tar files. I think WinRar does, you can also try 7zip.

On a Unix system it is possible to use following commands

wget <some url>
url> #where <some url> will be something like http://...
tar xvf somefile.tar

Also those archives might be zipped and the extensions usually are: .gz or .tgz in that case the command to extract will have an extra "z" parameter (unzip)

tar xvfz somefile.tar.gz

or

tar xvfz somefile.tgz

powered by CNPROG