Linux

Download and install

For Linux system, the install process is pretty easy. Similar to macOS, download the .zip installer from download page of Linux installer of swEOS and unzip it to wherever you like, e.g. /home/swEOS.

Desktop app with GUI

Run the following command in terminal to launch the swEOS GUI version.

/home/swEOS/swEOS.sh

Command line tool

There are two ways to use the command line tool.

  1. Set arguments and options directory after swEOS.sh, for example /home/swEOS/swEOS.sh -h, because the command line arguments and options is also integrated in the GUI version.

  2. Use the standalone command line tool, for example /home/swEOS/CommandLineTool/swEOS

Tip

  1. If there is a error information of permission denied after run /home/swEOS/CommandLineTool/swEOS command, please set the swEOS command line tool as executable mode. This can be done by running chmod 755 /home/swEOS/CommandLineTool/swEOS

  2. If you want to access swEOS much easier, please add the command line tool path to the environment variable, just run command of echo "PATH="/home/swEOS/CommandLineTool:$PATH"" >>~/.bashrc.