The following instructions install the sample data sets into
/usr/local/SCIRunData/1.24.2.
Use the su command to become the root user. Then cd to the directory containing the dataset tarball and:
If installing
SCIRunData.1.24.0b_to_1.24.1.tar.gz
type:
mv /usr/local/SCIRunData/1.24.0b /usr/local/SCIRunData/1.24.1 tar -x -z -f SCIRunData.1.24.0b_to_1.24.1.tar.gz -C /usr/local
If installing SCIRunData.1.24.2.tar.gz type:
tar -x -z -f SCIRunData.1.24.2.tar.gz -C /usr/local
If installing FusionData.1.24.2.tar.gz type:
tar -x -z -f FusionData.1.24.2.tar.gz -C /usr/local
Type exit to leave the root account.