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.
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.Use the standalone command line tool, for example
/home/swEOS/CommandLineTool/swEOS
Tip
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 runningchmod 755 /home/swEOS/CommandLineTool/swEOS
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
.