Uncompress
Usually, the iQIST software package is released as a compressed file. Please use the following commands to uncompress the iQIST software package:
tar.gz style
$ tar xvfz iqist.tar.gzzip style
$ unzip iqist.tar.gztar.bz2 style
$ tar xvfz iqist.tar.bz2or
$ bzip2 -d iqist.tar.bz2
$ tar xvf iqist.tarThe tar, unzip, bzip2 are all Linux terminal commands. Please consult your system administrator for more details.