Open Terminal/Command Window -
The first step is to open a Terminal/Command window.
Linux
Decompress/Unarchive Package - Next step is to
decompress and unarchive the installation package.
For Linux you will need to enter the
following commands in the terminal window.
- Change the directory to the location of the downloaded file.
>> cd /home/username/downloads
- Uncompress the package.
>> gzip -d adstudio.tar.gz
- Unarchive the archive file
>> tar -xvf adstudio.tar
Linux
Execute command/shell script - The final step
is to execute the shell script or batch file.
For Linux OS you may execute the shell script by typing the
command in the terminal window (e.g. >>
./datastudio.sh)