HMS - Unpacking procedure

HMS downloads are in TAR archive format and compressed with GZIP. To unpack a download in this format, follow these instructions.
  1. For this example we will assume you downloaded the archive HMS.1.LINUX.tar.gz.
  2. If required, create an appropriate sub-directory and place the archive there using the mkdir and mv unix commands.
  3. Use gunzip HMS.1.LINUX.tar.gz to decompress the zipped file.
  4. Unpack the HMS archive by running tar xvf HMS.1.LINUX.tar (without the .gz extension). This will extract the HMS package to the current directory.