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.gz
zip style
$ unzip iqist.tar.gz
tar.bz2 style
$ tar xvfz iqist.tar.bz2
or
$ bzip2 -d iqist.tar.bz2
$ tar xvf iqist.tar
The tar, unzip, bzip2 are all Linux terminal commands. Please consult your system administrator for more details.